From 5c7bb9e2a3bcb527b436588dd605f454d45abbe1 Mon Sep 17 00:00:00 2001 From: Jack Wines Date: Sat, 17 Jun 2023 00:58:15 -0700 Subject: [PATCH] minor results page styling. Too much overflow previously --- public/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/static/style.css b/public/static/style.css index bd7f9b1..085e610 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -27,6 +27,7 @@ body { display: flex; flex-direction: row; flex-wrap: wrap; + min-width: 10em; gap: 7px; }