MusicTopus/sass/home.scss

24 lines
527 B
SCSS
Raw Permalink Normal View History

2022-02-18 11:38:56 +01:00
.home {
margin-bottom: 0.75rem;
2022-02-18 11:38:56 +01:00
.header {
@include respond-to("small-up") {
height: 30vh;
2022-02-23 10:39:17 +01:00
background-image: url('/img/header.jpg');
2022-02-18 11:38:56 +01:00
background-size: cover;
}
2022-02-18 08:14:34 +01:00
}
.container {
.logo {
float: left;
margin-right: 0.75rem;
margin-bottom: 0.75rem;
@include respond-to("small") {
float: none;
text-align: center;
margin-right: 0;
}
}
}
2022-02-18 11:38:56 +01:00
}