|
@@ -15,6 +15,25 @@ $menu-label-color: hsl(0, 0%, 96%);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media (min-width: $tablet) {
|
|
|
+ nav {
|
|
|
+ position: fixed !important;
|
|
|
+ top: 0;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ body {
|
|
|
+ padding-top: $navbar-height;
|
|
|
+ }
|
|
|
+
|
|
|
+ aside#project-menu {
|
|
|
+ position: fixed;
|
|
|
+ width: inherit;
|
|
|
+ top: $navbar-height + $column-gap;
|
|
|
+ padding-right: $column-gap * 3;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media (max-width: $tablet) {
|
|
|
div#ci-menu {
|
|
|
padding-right: 1.5rem;
|