1
0
mirror da https://github.com/bspeice/speice.io synced 2026-03-12 13:00:13 -04:00

Disable horizontal scroll

This commit is contained in:
2020-04-12 13:23:42 -04:00
parent d624a92d0d
commit 74df79e16d

Vedi File

@ -5,6 +5,8 @@
@import "theme";
body {
max-width: 100%;
overflow-x: hidden;
font-family: 'Lato', sans-serif;
}