8 lines
184 B
SCSS
8 lines
184 B
SCSS
.header {
|
|
margin-bottom: 3.25rem;
|
|
@include respond-to("small-up") {
|
|
height: 30vh;
|
|
background-image: url('/header.jpg');
|
|
background-size: cover;
|
|
}
|
|
}
|