From 48db849ba353aa97b12054041bb666821232bfd7 Mon Sep 17 00:00:00 2001 From: Profile Profile Date: Thu, 12 Mar 2026 14:44:48 +0300 Subject: [PATCH] add styles list to contents --- src/styles/article.css | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) 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; + }