Align h1 text to center (#51)

This commit is contained in:
Will 2019-01-15 09:10:45 +10:00 committed by GitHub
commit 38b4855770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,10 @@ h3 {
line-height: 1.2;
}
h1 {
text-align: center;
}
h1 a {
color: inherit;
text-decoration: inherit;
@ -274,4 +278,4 @@ input[type=radio] {
white-space: nowrap;
cursor: pointer;
display: inline-block;
}
}