Fixed terminal width

This commit is contained in:
2023-04-13 10:58:17 +02:00
parent d2d3ed696b
commit 05d195f9d1

View File

@@ -460,9 +460,10 @@ button:hover {
background-color: #0d131e;
color: white;
font-family: monospace;
font-size: 10px;
font-size: 12px;
border-radius: 10px;
padding: 10px;
box-sizing: border-box;
}
#outerTerminal p {
margin: 2px;