Disable horizontal scroll

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

View File

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