diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-03 03:23:13 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-03 03:23:13 +0200 |
| commit | a4a6fb49c6770ee005289743b1bd27953c6826c4 (patch) | |
| tree | 7a2fe9c2fd2afcae0ea70b5a5918c73230d73308 /public | |
| parent | d102edef41f0a48c11beb76f27c1950daf47d610 (diff) | |
Reduce right-column widget font size to 0.9rem
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/ccc.css | 2 |
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 | ||
| 275 | div#frontpage_calendar ul, div#tags ul, div#featured_articles ul, div#open_erfas_today ul { | 275 | div#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 | ||
