From a578fa71741044b9478cee2ef87e3fa060fcddd8 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Wed, 24 May 2023 00:12:18 -0400 Subject: [PATCH] feat: add mandatory flex gap --- static/styles/home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/home.css b/static/styles/home.css index 8430c44..d86f046 100644 --- a/static/styles/home.css +++ b/static/styles/home.css @@ -214,6 +214,7 @@ body { flex-wrap: wrap; width: 70rem; justify-content: space-evenly; + gap: 1rem; } .instances .list .instance {