Adding responsive layout to Page default view component

This commit is contained in:
apanizo 2018-09-25 16:48:04 +02:00
parent a6bd62fabf
commit 2af0c2d3ef
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@
padding: 80px 200px 0px 200px; padding: 80px 200px 0px 200px;
} }
@media only screen and (max-width: $(screenLg)px) {
.page {
padding: 80px $lg 0px $lg;
}
}
.center { .center {
align-self: center; align-self: center;
} }