diff --git a/src/styles/blocks/article.css b/src/styles/blocks/article.css index 70eeaf71..cd6f9174 100644 --- a/src/styles/blocks/article.css +++ b/src/styles/blocks/article.css @@ -301,3 +301,17 @@ grid-column: 3 / -2; } } + +/* Letter */ + +.article__content > p:first-of-type::first-letter { + float: left; + margin-top: 0.13em; + margin-left: -5px; + padding-right: 15px; + color: var(--token-color-content-first-letter); + font-weight: normal; + font-size: 3.5em; + font-stretch: expanded; + line-height: 0.65; +} diff --git a/src/styles/blocks/content.css b/src/styles/blocks/content.css index 5abe055b..47d6ad78 100644 --- a/src/styles/blocks/content.css +++ b/src/styles/blocks/content.css @@ -380,20 +380,6 @@ border: 0; } -/* Letter */ - -.content > p:first-child::first-letter { - float: left; - margin-top: 0.13em; - margin-left: -5px; - padding-right: 15px; - color: var(--token-color-content-first-letter); - font-weight: normal; - font-size: 3.5em; - font-stretch: expanded; - line-height: 0.65; -} - /* Tables */ .content__table-wrapper {