Dropcap fix on desktop

This commit is contained in:
N-Upchurch 2023-08-06 20:17:00 -05:00
parent bba64672c3
commit f1fced90aa

View File

@ -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;