Remove horizontal scrollbar

This commit is contained in:
Jacob 2023-09-15 23:53:31 +02:00
parent 0d3573f014
commit ce9833096b

View file

@ -3,6 +3,7 @@ body {
padding: 0px;
font-family: Monospace;
background-color: #212121;
overflow-x: hidden;
color: #f0eee4;
}
pre {