Reduce logo and header proportionally (80px to 56px)
This commit is contained in:
parent
15e4d8fb17
commit
bc467a5011
@ -75,7 +75,7 @@
|
||||
.topnav-inner {
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
padding: 18px 24px;
|
||||
padding: 12px 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@ -89,13 +89,13 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
.brand-logo {
|
||||
height: 80px;
|
||||
height: 56px;
|
||||
width: auto;
|
||||
display: block;
|
||||
}
|
||||
@media (max-width: 520px) {
|
||||
.brand-logo { height: 56px; }
|
||||
.topnav-inner { padding: 14px 16px; }
|
||||
.brand-logo { height: 40px; }
|
||||
.topnav-inner { padding: 10px 16px; }
|
||||
}
|
||||
.brand-sep {
|
||||
width: 1px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user