add header scss to make room for nav

This commit is contained in:
Thefeli73 2020-02-17 23:21:10 +01:00
parent 4052bef988
commit fa5c9a118d
2 changed files with 35 additions and 0 deletions

View File

@ -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') {
}
*/
}

View File

@ -10,6 +10,7 @@
position: fixed;
width: 100%;
background: _palette(bg);
z-index: 999999999;
&.scrolled {
background: _palette(white);