Fix lateral overflow on mobile view
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5ea530a13f
commit
a39eb38b5f
@ -64,14 +64,11 @@ $color-black: #000;
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
// background: #f7f8fa;
|
|
||||||
background: $body-background-color;
|
background: $body-background-color;
|
||||||
font-family: BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, "Segoe UI",
|
font-family: BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, "Segoe UI",
|
||||||
"Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
"Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
|
||||||
/*main {*/
|
overflow-x: hidden;
|
||||||
/* margin: 1rem auto 0;*/
|
|
||||||
/*}*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mobilizon > .container > .message {
|
#mobilizon > .container > .message {
|
||||||
|
Loading…
Reference in New Issue
Block a user