mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
Tighten up mobile nav
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user