lostplaces-frontend/components/04_Templates/home/_home.scss

15 lines
202 B
SCSS
Raw Normal View History

2020-07-17 17:55:46 +02:00
.LP-MainContainer {
margin: 0 auto;
max-width: 1280px;
}
.LP-HorizontalLine{
2020-08-01 10:27:23 +02:00
color: $-grey;
2020-08-03 17:26:11 +02:00
}
@media(max-width: $-viewport-small){
.LP-MainContainer {
width: 100%;
}
2020-07-17 17:55:46 +02:00
}