Add a CSS hack to fix mobile

This commit is contained in:
Richard Feldman 2023-11-15 22:03:55 -05:00
parent b9c7a357bc
commit 7523e0702c
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -50,6 +50,7 @@ body {
width: 100%;
height: 100%;
box-sizing: border-box;
overflow-x: hidden; /* This shouldn't be necessary, but without it, mobile has a right gutter. */
}
p {