From fdf16740af88ffa1d820dd86565e945eeb551072 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Sun, 18 Aug 2024 16:10:01 +0200 Subject: pictures synced to social outbox, albums removed --- html/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/style.css b/html/style.css index da1be1b..eda1548 100644 --- a/html/style.css +++ b/html/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