From e3d8320c7d416219babc9dc46981e9e3f06dfaeb Mon Sep 17 00:00:00 2001 From: pdp8 Date: Wed, 25 Sep 2024 23:49:04 +0200 Subject: gallery layout --- html/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css index eda1548..5331ff7 100644 --- a/html/style.css +++ b/html/style.css @@ -99,7 +99,8 @@ footer { .gallery { display: flex; - flex-wrap: wrap; + flex-wrap: nowrap; + flex-direction: column; margin: 1em; } -- cgit v1.2.3