Fix padding in module on mobile

Resolves MS-645 #complete
This commit is contained in:
Ramon Wenger 2023-02-21 15:27:18 +01:00
parent a74780c7cf
commit d3c7dbb5ee
1 changed files with 2 additions and 1 deletions

View File

@ -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;