diff --git a/snippets/drop-cap.md b/snippets/drop-cap.md index f99a765b2..e820d3c34 100644 --- a/snippets/drop-cap.md +++ b/snippets/drop-cap.md @@ -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; }