Align h1 text to center

This commit is contained in:
Matt Bilker
2019-01-14 22:46:32 +00:00
parent 190ff2e7c2
commit 2c5e5bdb97
+4
View File
@@ -159,6 +159,10 @@ h3 {
line-height: 1.2; line-height: 1.2;
} }
h1 {
text-align: center;
}
h1 a { h1 a {
color: inherit; color: inherit;
text-decoration: inherit; text-decoration: inherit;