mirror of
https://github.com/bspeice/speice.io
synced 2025-11-03 10:00:37 -05: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