diff --git a/src/styles/article.css b/src/styles/article.css index d9c0d8f..624db01 100644 --- a/src/styles/article.css +++ b/src/styles/article.css @@ -2,11 +2,7 @@ position: relative; max-width: 90%; padding-bottom: 2rem; -} - -.article-wrapper h4{ - font-size: .5rem; -} +} .news-single h1{ font-size: 2.375rem; @@ -18,7 +14,14 @@ font-size: 1.5rem; line-height: 1.1; margin: 2.0625rem 0 .375rem; -} +} + +.h4{ + font-size: 1.5rem; + font-weight: bold; + line-height: 1.5; + margin-bottom: 1rem; +} .news-single :global(p a) { color: #0d6efd; @@ -114,4 +117,22 @@ white-space: nowrap; } +.font-weight-bold{ + font-weight: bold; +} + +.news-singles ul { + margin-top: 1rem; + margin-bottom: 1rem; +} + +.news-single li{ + font-size: 1.125rem; + line-height: 1.6; +} + + .news-single li a{ + color: #0d6efd; + text-decoration: underline; + }