Adding responsive layout to Page default view component
This commit is contained in:
parent
a6bd62fabf
commit
2af0c2d3ef
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue