Skip to content

Commit

Permalink
Add mobile breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 28, 2016
1 parent 8f121ff commit 2a720cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/assets/scss/_mobile.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@media (max-width: $mobile-breakpoint) {
html .footer-nav {
display: none;
}
}
4 changes: 3 additions & 1 deletion docs/assets/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ $special-text-color : $pink;
$code-color : $gray;
$code-inline-color : $link-color;

$background-color: $black;
$background-color : $black;

$mobile-breakpoint : 960px;
1 change: 1 addition & 0 deletions docs/assets/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@import "variables";
@import "style";
@import "mobile";

0 comments on commit 2a720cd

Please sign in to comment.