reduce header size on small screens

This commit is contained in:
Tixie 2020-02-22 20:19:19 +01:00
parent a03d5dacca
commit 28d4765a6d
1 changed files with 13 additions and 0 deletions

View File

@ -3,4 +3,17 @@
/* ----------------------------------------------------------- */
@media (max-width: $small) {
/* Header
-------------------------------------------------------------- */
.header {
align-items: center;
padding-top: 1.5rem;
padding-bottom: 2rem;
}
.header__side {
margin-bottom: 0;
padding-bottom: 0;
}
}