Merge pull request #70 from welpo/style/full-width-navs-mobile
💄 style: improve header's responsiveness
This commit is contained in:
commit
50280e65a9
@ -8,7 +8,6 @@ header {
|
||||
align-items: flex-start;
|
||||
gap: 12px;
|
||||
font-size: 1.5rem;
|
||||
/* Otherwise header and menu is too close on small screens*/
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
@ -108,12 +107,15 @@ header {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.nav-title {
|
||||
margin: 0;
|
||||
.nav-navs {
|
||||
margin-top: 0.8rem;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
max-width: var(--medium-layout-width);
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user