fix: align frontend fonts and logo layout

This commit is contained in:
2026-05-05 12:40:56 +02:00
parent b68e0a7c5d
commit 621d3af1f1
2 changed files with 37 additions and 8 deletions

View File

@@ -99,7 +99,7 @@ import { MatButtonModule } from '@angular/material/button';
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 24px;
min-height: 92px;
min-height: 104px;
padding: 0 20px;
}
@@ -113,11 +113,10 @@ import { MatButtonModule } from '@angular/material/button';
}
.brand-logo {
width: 88px;
height: 88px;
width: 178px;
height: auto;
max-height: 76px;
display: block;
object-fit: cover;
border-radius: 14px;
box-shadow: 0 16px 32px rgba(111, 40, 33, 0.12);
}
@@ -207,8 +206,8 @@ import { MatButtonModule } from '@angular/material/button';
}
.brand-logo {
width: 76px;
height: 76px;
width: 148px;
max-height: 64px;
}
.footer-inner {