From 4375fdf1503a0033629ab92aedb8a8e990fd7de1 Mon Sep 17 00:00:00 2001 From: imperosol Date: Thu, 21 May 2026 22:51:33 +0200 Subject: [PATCH] fix: birthdays font-size too big --- com/static/com/css/news-list.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/com/static/com/css/news-list.scss b/com/static/com/css/news-list.scss index ffa928d1..e53fbc5c 100644 --- a/com/static/com/css/news-list.scss +++ b/com/static/com/css/news-list.scss @@ -81,9 +81,9 @@ width: 100%; background: white; margin-bottom: 1em; + font-size: 85%; #links_content { - font-size: 85%; overflow: auto; box-shadow: $shadow-color 1px 1px 1px; min-height: 20em; @@ -99,6 +99,7 @@ li { margin: 10px; + i { width: 25px; text-align: center; @@ -112,12 +113,13 @@ #birthdays_content { box-shadow: $shadow-color 1px 1px 1px; padding: 1em; + ul.birthdays_year { margin: 0; list-style-type: none; font-weight: bold; - >li { + > li { padding: 0.5em; &:nth-child(even) {