test
This commit is contained in:
13
test/assets/css/_header.scss
Normal file
13
test/assets/css/_header.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.header {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: $header-height;
|
||||
background-color: $white;
|
||||
z-index: 10;
|
||||
|
||||
@media (min-width: 48rem) {
|
||||
height: $header-height-desktop;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user