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);