Damien Broqua
cf63d8b6d8
Co-authored-by: dbroqua <contact@darkou.fr> Reviewed-on: #24 Co-authored-by: Damien Broqua <dbroqua@noreply.localhost> Co-committed-by: Damien Broqua <dbroqua@noreply.localhost>
24 lines
No EOL
527 B
SCSS
24 lines
No EOL
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;
|
|
}
|
|
}
|
|
}
|
|
} |