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:
@@ -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; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user