MusicTopus/sass/home.scss

24 lines
527 B
SCSS

.home {
margin-bottom: 0.75rem;
.header {
@include respond-to("small-up") {
height: 30vh;
background-image: url('/img/header.jpg');
background-size: cover;
}
}
.container {
.logo {
float: left;
margin-right: 0.75rem;
margin-bottom: 0.75rem;
@include respond-to("small") {
float: none;
text-align: center;
margin-right: 0;
}
}
}
}