Skip to content

Commit

Permalink
Roomier nav bar for 2015 report
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino committed Dec 15, 2015
1 parent d24479f commit 4a8d326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2015/assets/sass/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@
padding: 0.5em;
}

@media (min-width: $small-screen) and (min-height: 540px) {
@media (min-width: $small-screen) and (min-height: 440px) {
// not quite so short short screens
padding: 0.7em;
}

@media (min-width: $small-screen) and (min-height: 640px) {
@media (min-width: $small-screen) and (min-height: 540px) {
// normal height screens
padding: 1em;
}
Expand Down Expand Up @@ -156,11 +156,11 @@
right: 0;
}

@media (min-width: $small-screen) and (min-height: 540px) {
@media (min-width: $small-screen) and (min-height: 440px) {
padding: 0.7em * (4/3);
}

@media (min-width: $small-screen) and (min-height: 640px) {
@media (min-width: $small-screen) and (min-height: 540px) {
padding: 1em * (4/3);
}

Expand Down

0 comments on commit 4a8d326

Please sign in to comment.