From fa5c9a118d57adf281284aa2bfadb4a0fee594c0 Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Mon, 17 Feb 2020 23:21:10 +0100 Subject: [PATCH] add header scss to make room for nav --- src/css/layout/_header.scss | 34 ++++++++++++++++++++++++++++++++++ src/css/layout/_nav.scss | 1 + 2 files changed, 35 insertions(+) diff --git a/src/css/layout/_header.scss b/src/css/layout/_header.scss index e69de29..679c419 100644 --- a/src/css/layout/_header.scss +++ b/src/css/layout/_header.scss @@ -0,0 +1,34 @@ + +/* Header */ + + #header { + top: 80px; + position: absolute; + + + /* + @include breakpoint('<=xlarge') { + + } + + @include breakpoint('<=large') { + + } + */ + @include breakpoint('<=medium') { + top: 60px; + } + /* + @include breakpoint('<=small') { + + } + + @include breakpoint('<=xsmall') { + + } + + @include breakpoint('<=xxsmall') { + + } + */ + } diff --git a/src/css/layout/_nav.scss b/src/css/layout/_nav.scss index 9edec51..d2e809a 100644 --- a/src/css/layout/_nav.scss +++ b/src/css/layout/_nav.scss @@ -10,6 +10,7 @@ position: fixed; width: 100%; background: _palette(bg); + z-index: 999999999; &.scrolled { background: _palette(white);