forked from Archives/Athou_commafeed
remove horizontal scrolling on mobile
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
html.mobile, html.tablet {
|
html.mobile, html.tablet {
|
||||||
body {
|
body {
|
||||||
padding-left: 5px;
|
padding-left: 0px;
|
||||||
padding-right: 5px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
.container-full {
|
.container-full {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
.row {
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.left-menu {
|
.left-menu {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user