Skip to content

Commit 9772aaa

Browse files
Merge pull request #751 from PierreBrisorgueil/fixMobilePadding
fix(app): fix padding adjustment on mobile 🐛
2 parents 79f7527 + 576ff32 commit 9772aaa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/modules/_app/app.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,4 @@ export default {
116116
.v-card {
117117
border: none !important;
118118
}
119-
120-
@media only screen and (max-width: 600px) {
121-
.container {
122-
padding-left: 0px !important;
123-
padding-right: 0px !important;
124-
}
125-
}
126119
</style>

0 commit comments

Comments
 (0)