Commit 27896e22 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: nav min width so it doesn't squish

parent d903e562
...@@ -3,31 +3,20 @@ nav { ...@@ -3,31 +3,20 @@ nav {
padding: $baseline 0; padding: $baseline 0;
padding: 0; padding: 0;
margin: 0; margin: 0;
min-width: 940px;
text-transform: uppercase; text-transform: uppercase;
color: $white; color: $white;
font-family: $sans; font-family: $sans;
font-size: 16px; font-size: 16px;
border-bottom: 1px solid $border-dark; border-bottom: 1px solid $border-dark;
@include respond-to(mobile) {
margin-right: -20px;
margin-left: -20px;
}
ul { ul {
margin-top: ($baseline * 2); margin-top: ($baseline * 2);
margin-left: $nav-height; margin-left: $nav-height;
@include respond-to(mobile) {
margin-left: 50px;
margin-top: 12px;
}
li { li {
display: inline-block; display: inline-block;
margin-right: 50px; margin-right: 50px;
@include respond-to(mobile) {
margin-bottom: 7px;
display: block;
}
} }
} }
...@@ -40,9 +29,6 @@ nav { ...@@ -40,9 +29,6 @@ nav {
text-indent: -999999px; text-indent: -999999px;
display: inline-block; display: inline-block;
margin-top: 25px; margin-top: 25px;
@include respond-to(mobile) {
margin-top: 15px;
}
} }
.active { .active {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment