Add style changes to prevent horizontal scrolling

This commit is contained in:
Tanner Collin 2019-12-22 21:43:33 +00:00
parent 2822974b6e
commit 746932ab96

View File

@ -3,6 +3,7 @@ body {
font: 1rem/1.3 sans-serif; font: 1rem/1.3 sans-serif;
color: #000000; color: #000000;
margin-bottom: 100vh; margin-bottom: 100vh;
word-break: break-word;
} }
a { a {
@ -20,6 +21,10 @@ input {
border-radius: 4px; border-radius: 4px;
} }
pre {
overflow: auto;
}
.container { .container {
margin: 1rem auto; margin: 1rem auto;
max-width: 64rem; max-width: 64rem;