From af47d3a3aab7e8a2f9ce9e6e059cbda380788ce7 Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Tue, 25 Mar 2025 18:31:36 -0700 Subject: [PATCH] scroll screenshots --- web/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 5d5dfeb..deedc36 100644 --- a/web/index.html +++ b/web/index.html @@ -82,15 +82,17 @@ } .screenshots { display: flex; - justify-content: center; gap: 20px; margin: 20px 0; + overflow-x: auto; + padding: 10px; } .screenshots img { width: 512px; height: 256px; border: 2px solid #ffcc00; border-radius: 10px; + flex-shrink: 0; } ul { list-style-type: none; /* Remove bullet points */