mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 10:35:31 -04:00
global header/navbar on all pages like a grown-up website (#17)
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
// Responsive Awesomeness
|
||||
@media screen and (max-width: $responsive-width) {
|
||||
@include responsive--global();
|
||||
@include responsive--header();
|
||||
@include responsive--footer();
|
||||
|
||||
@include responsive--home();
|
||||
@include responsive--notes();
|
||||
@include responsive--list();
|
||||
@include responsive--single();
|
||||
@include responsive--videos();
|
||||
}
|
||||
|
Reference in New Issue
Block a user