From f1fced90aa965ccac93228060e488189ebfadc95 Mon Sep 17 00:00:00 2001 From: N-Upchurch Date: Sun, 6 Aug 2023 20:17:00 -0500 Subject: [PATCH] Dropcap fix on desktop --- public/css/dropcap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/dropcap.css b/public/css/dropcap.css index 32ef683..2c21d9a 100644 --- a/public/css/dropcap.css +++ b/public/css/dropcap.css @@ -1,6 +1,6 @@ main > p:not(.nodropcap):first-of-type:first-letter { float: left; - font-size: 3.25rem; + font-size: 4rem; font-weight: 300; line-height: 60px; padding: .5rem .5rem .5rem .5rem;