From e39153c8fc5cd6f3d51343cc142e77b597f2ab86 Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Tue, 10 Feb 2026 22:51:56 -0500 Subject: [PATCH] buttons css --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index 467f6eb..3c64f28 100644 --- a/templates/index.html +++ b/templates/index.html @@ -456,6 +456,8 @@ display: flex; gap: 15px; margin-top: 20px; + flex-wrap: wrap; + justify-content: center; } .loader {