Adjust console padding to kinda match terminal padding

This commit is contained in:
Kristóf Tóth 2018-05-25 16:33:51 +02:00
parent 5112df831d
commit 1bc687b081

View File

@ -5,6 +5,6 @@
background-color: black;
border: 1px solid black;
color: white;
padding: 8px;
padding: 0 8px 8px 8px;
font-size: small;
}