From ad59cd03365a035960d503e6bfa208a22225b1d5 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Sun, 18 Aug 2024 16:05:12 +0200 Subject: pictures synced to social outbox, albums removed --- style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index da1be1b..eda1548 100644 --- a/style.css +++ b/style.css @@ -73,7 +73,7 @@ td { img, video { max-height: 80vh; - max-width: 95vw; + max-width: 90vw; object-fit: contain; margin: 0 auto } @@ -100,12 +100,17 @@ footer { .gallery { display: flex; flex-wrap: wrap; + margin: 1em; } -.thumb { +.gallery img { margin: 0.25em; } +/* .thumb { */ +/* margin: 0.25em; */ +/* } */ + .cover { max-height: min(50vh, 90vw); max-width: min(50vh, 90vw); -- cgit v1.2.3