Center headers

main
Bob Mottram 2020-02-24 20:36:24 +00:00
parent a9b8df691b
commit df40918b47
1 changed files with 13 additions and 0 deletions

View File

@ -67,3 +67,16 @@ a:link {
color: var(--main-link-color);
font-weight: bold;
}
H1 {
text-align: center
}
H3 {
text-align: center
}
.about {
font-size: var(--font-size5);
float: right;
}