fix(article): kill mobile-breakpoint drop-cap rule missed in prior pass

The 720px media query had its own ::first-letter override at 52px that
survived the desktop-rule removal — first letter was still rendering
oversized on mobile. Removing this completes the drop-cap rip-out.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-04 17:14:12 +00:00
parent abc4f6fc8e
commit 0b2ed8cd7f

View File

@@ -1712,7 +1712,6 @@ a.company-mention:hover {
.bb-article-prose, .bb-article-prose,
.bb-article-prose p { font-size: 17px; line-height: 1.7; } .bb-article-prose p { font-size: 17px; line-height: 1.7; }
.bb-article-prose p:first-of-type { font-size: 19px; } .bb-article-prose p:first-of-type { font-size: 19px; }
.bb-article-prose p:first-of-type::first-letter { font-size: 52px; }
.bb-article-prose h2 { font-size: 24px; } .bb-article-prose h2 { font-size: 24px; }
.bb-article-prose blockquote { font-size: 19px; } .bb-article-prose blockquote { font-size: 19px; }
} }