From a986b1f2b5676624f02373cb54eb3b81b18f3f79 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 20 Aug 2026 19:39:39 +0200 Subject: Add banner render logic --- public/stylesheets/ccc.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/stylesheets/ccc.css') diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 2cf57a65..52994fde 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -102,6 +102,12 @@ dd { margin-bottom: .5rem; } +.banner img { + display: block; + max-height: 8rem; + width: auto; +} + /* Single caller: _headline_image.html.erb's image-count caption ("N Bilder"), shown only when a gallery has more than one image. */ .right { -- cgit v1.3