Browse Source

Fix sizes

master
Adrian Heine 4 years ago
parent
commit
a4cc07d07d
  1. 4
      style.css

4
style.css

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

Loading…
Cancel
Save