improved heading margins

This commit is contained in:
Stavros Polymenis 2017-01-07 21:39:43 +00:00
parent 9f1739c192
commit 42fa6e8838
2 changed files with 3 additions and 1 deletions

View File

@ -77,6 +77,7 @@ h1, h2, h3, h4, h5
font-face: "Orbitron Medium"
text-align: center
font-weight: 300
margin: 3em auto 1em auto
footer
clear: both

View File

@ -94,7 +94,8 @@ header a:visited {
h1, h2, h3, h4, h5 {
font-face: "Orbitron Medium";
text-align: center;
font-weight: 300; }
font-weight: 300;
margin: 3em auto 1em auto; }
footer {
clear: both;