summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-03 03:23:13 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-03 03:23:13 +0200
commita4a6fb49c6770ee005289743b1bd27953c6826c4 (patch)
tree7a2fe9c2fd2afcae0ea70b5a5918c73230d73308
parentd102edef41f0a48c11beb76f27c1950daf47d610 (diff)
Reduce right-column widget font size to 0.9rem
-rw-r--r--public/stylesheets/ccc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index ed2bac9..fe2144f 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -274,7 +274,7 @@ div#open_erfas_today .event_time {
274 274
275div#frontpage_calendar ul, div#tags ul, div#featured_articles ul, div#open_erfas_today ul { 275div#frontpage_calendar ul, div#tags ul, div#featured_articles ul, div#open_erfas_today ul {
276 padding: 0px; 276 padding: 0px;
277 font-size: 1rem; 277 font-size: 0.9rem;
278 line-height: 1.5em; 278 line-height: 1.5em;
279} 279}
280 280