style: remove unnecessary first-letter styling from blog post body

This commit is contained in:
Simon Larsen
2025-12-03 11:14:50 +00:00
parent 702b5811a9
commit 9ec2b458ed

View File

@@ -174,16 +174,6 @@
scroll-margin-top: 7rem;
}
.blog-body p:first-of-type::first-letter {
font-size: 3.25rem;
line-height: 1;
float: left;
padding-right: 0.3rem;
padding-top: 0.15rem;
font-weight: 600;
color: #000000;
}
@media (max-width: 1279px) {
.floating-share {
display: none !important;