mirror of
https://github.com/bspeice/speice.io
synced 2025-09-07 23:25:06 -04:00
Disable horizontal scroll
This commit is contained in:
@ -5,6 +5,8 @@
|
|||||||
@import "theme";
|
@import "theme";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
max-width: 100%;
|
||||||
|
overflow-x: hidden;
|
||||||
font-family: 'Lato', sans-serif;
|
font-family: 'Lato', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user