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