Merge branch 'master' of mowoe.com:reverend/lostplaces-frontend

This commit is contained in:
2020-08-04 18:36:34 +02:00
4 changed files with 47 additions and 45 deletions

View File

@@ -1,8 +1,15 @@
.LP-MainContainer {
margin: 0 auto;
max-width: 1280px;
max-width: 1280px;
}
.LP-HorizontalLine{
color: $-grey;
}
@media(max-width: $-viewport-small){
.LP-MainContainer {
width: 100%;
}
}