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:
Torsten Schulz (local)
2026-01-22 12:49:48 +01:00
parent 30e1df0dd8
commit dc08da211f
2 changed files with 68 additions and 52 deletions

View File

@@ -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;