uppercase some site text

This commit is contained in:
Kevin Ngo
2018-12-09 05:02:04 -08:00
parent e020592ee7
commit a31eba203e
2 changed files with 8 additions and 2 deletions

View File

@@ -298,3 +298,9 @@ h1 span {
#credit {
font-size: 16px;
}
#header,
footer,
.short h2 {
text-transform: uppercase;
}