Update to use rem

This commit is contained in:
Terence Huynh
2018-10-13 15:49:35 +11:00
parent a405c227ca
commit 3761e5d496

View File

@ -31,7 +31,7 @@ p:first-child::first-letter {
color: blue;
float: left;
margin: 0 12px 3px 0;
font-size: 72px;
font-size: 4rem;
font-weight: bold;
line-height: 1;
}