diff --git a/static/css/styles.css b/static/css/styles.css index 665c41d..632445f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2523,7 +2523,7 @@ details[open] summary ~ *{ font-size: 17px; font-style: normal; font-weight: 600; - line-height: 26px; + line-height: 20px; } .self_news_header{ font-size: 24px; @@ -2535,8 +2535,14 @@ details[open] summary ~ *{ .self_news_description{ margin-bottom: 40px; } -.self_news_text>p>img{ - margin: 40px 3%; + +.self_news_text>p+img{ + text-align: center; +} + +.self_news_text>p>a{ + color: black; + text-decoration: underline; } .self_news_img{ diff --git a/templates/pages/p_article.html b/templates/pages/p_article.html index e1a5397..27e0bb5 100644 --- a/templates/pages/p_article.html +++ b/templates/pages/p_article.html @@ -13,23 +13,9 @@