Fix padding in module on mobile
Resolves MS-645 #complete
This commit is contained in:
parent
a74780c7cf
commit
d3c7dbb5ee
|
|
@ -128,11 +128,12 @@ export default {
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
|
|
||||||
|
padding: $large-spacing 0;
|
||||||
@include desktop {
|
@include desktop {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
|
padding: $large-spacing 15px;
|
||||||
}
|
}
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: $large-spacing 15px;
|
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue