Update AppHeader and FamilyView components for improved styling and layout
- Changed background color in AppHeader.vue for enhanced visual appeal. - Refactored FamilyView.vue to improve layout by introducing a flexbox structure for better alignment of relationship details and 3D character models. - Added new CSS classes to support the updated layout and ensure responsive design.
This commit is contained in:
@@ -47,7 +47,7 @@ header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 10px;
|
||||
background-color: #f8a22b;
|
||||
background-color: #FF8C5A;
|
||||
}
|
||||
.logo, .title, .advertisement {
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user