Tighten up mobile nav

This commit is contained in:
kitajchuk
2021-04-01 13:53:16 -07:00
parent eb521d58a2
commit a337d5a583

View File

@@ -50,6 +50,10 @@
line-height: 0;
cursor: pointer;
.icon {
transform: translateY(-3px);
}
@media (max-width: $width-tablet-2) {
display: block;
}
@@ -75,7 +79,7 @@
}
&__head {
padding: 19px 0;
padding: 16px 0;
display: flex;
align-items: center;
justify-content: space-between;
@@ -89,7 +93,7 @@
&__links,
&__footer {
text-align: center;
padding-top: 48px;
padding-top: 32px;
li {
margin-top: 16px;
@@ -104,7 +108,7 @@
}
&__footer {
padding-top: 96px;
padding-top: 48px;
.navi__link {
font-size: $m-size;