From 5bd0ef0cf060a48bf99e59dcb576af5340f79bb0 Mon Sep 17 00:00:00 2001 From: Sli Date: Thu, 2 Jan 2025 02:47:39 +0100 Subject: [PATCH] Harmonize titles on front page --- com/static/com/css/news-list.scss | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/com/static/com/css/news-list.scss b/com/static/com/css/news-list.scss index 4e6ca7a6..dcbad0b5 100644 --- a/com/static/com/css/news-list.scss +++ b/com/static/com/css/news-list.scss @@ -31,7 +31,7 @@ padding: 0.4em; margin: 0 0 0.5em 0; text-transform: uppercase; - font-size: 1.1em; + font-size: 17px; &:not(:first-of-type) { margin: 2em 0 1em 0; @@ -56,14 +56,7 @@ margin-bottom: 1em; h3 { - border-radius: 5px 5px 0 0; - box-shadow: $shadow-color 1px 1px 1px; - padding: 0.5em; - font-weight: bold; - font-size: 150%; - text-align: center; - text-transform: uppercase; - background: $second-color; + margin-bottom: 0; } #links_content {