Fix sizes

This commit is contained in:
Adrian Heine 2020-09-18 14:29:54 +02:00
parent 80fba59fd6
commit a4cc07d07d

View file

@ -58,11 +58,11 @@ body {
.line { .line {
border-bottom: 3px solid #1a1c1c; border-bottom: 3px solid #1a1c1c;
height: 1em; height: 1.4em;
text-align: center; text-align: center;
position: absolute; position: absolute;
transform-origin: 0 0; transform-origin: 0 0;
font-size: 1.4em; font-size: 1.2em;
padding: 0 70px; padding: 0 70px;
box-sizing: border-box; box-sizing: border-box;
} }