From ca8ffcdb66ea6c213f5a12d393b22aa50709c8b7 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Tue, 31 Jan 2023 02:46:43 -0600 Subject: [PATCH] Slightly tighter grid --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c95aee5..e5ffb26 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ hr { border: none; border-top: 1px solid gray; } .unstyled-list { list-style: none; padding-left: 0; } .inline-list { list-style: none; margin-top: 0; } .inline-list li { display: inline-block; } -.grid-wrapper { display: grid; grid-template-columns: repeat(auto-fill, 120px); } +.grid-wrapper { display: grid; grid-template-columns: repeat(auto-fill, 110px); } .d-flex { display: -webkit-flex; display: -moz-flex; display: flex; } .flex-fill { -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; }