diff --git a/static/css/styles.css b/static/css/styles.css index 9806732..665c41d 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2525,8 +2525,25 @@ details[open] summary ~ *{ font-weight: 600; line-height: 26px; } +.self_news_header{ + font-size: 24px; + font-style: normal; + font-weight: 700; + line-height: 36px; + margin-bottom: 40px; +} +.self_news_description{ + margin-bottom: 40px; +} +.self_news_text>p>img{ + margin: 40px 3%; +} - +.self_news_img{ + float: right; + width: 30%; + margin-left: 20px; +} diff --git a/templates/pages/p_article.html b/templates/pages/p_article.html index 30337cb..e1a5397 100644 --- a/templates/pages/p_article.html +++ b/templates/pages/p_article.html @@ -1,8 +1,36 @@ {% extends "tb_base.html" %} {% block content %} -