From 5df93a11a4447f31f275801c333bb2865a779377 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Fri, 2 Feb 2024 21:52:23 +0100 Subject: picture gallery --- html/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css index 05e4964..1d5bfab 100644 --- a/html/style.css +++ b/html/style.css @@ -71,6 +71,16 @@ video { margin-right: auto; } +.gallery { + margin: 1em; + flex-wrap: wrap; + display: flex +} + +.thumb { + margin: 2px 3px; +} + .cover { max-height: min(50vh, 90vw); max-width: min(50vh, 90vw); -- cgit v1.2.3