CSS: Add slight line after Header 1

This commit is contained in:
El Potaeto 2015-03-02 14:47:00 +01:00
parent a6a707f23c
commit 0c77726b55

View File

@ -54,6 +54,9 @@ h1 {
color: #606AAA;
font-size:230%;
font-variant:small-caps;
padding-bottom:20px;
width:100%;
border-bottom:1px solid #606AAA;
}
h2 {