Add style changes to prevent horizontal scrolling

master
Tanner Collin 4 years ago
parent 2822974b6e
commit 746932ab96
  1. 5
      webclient/src/Style-light.css

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

Loading…
Cancel
Save