generated from bisco/codex-bootstrap
fix: align frontend fonts and logo layout
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user