From c39cb81bba56cc799bf8afdae5835c38127f0725 Mon Sep 17 00:00:00 2001 From: DaanoGames Date: Thu, 17 Apr 2025 20:04:22 +0200 Subject: [PATCH] hotfix dash --- application/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/static/style.css b/application/static/style.css index 96d802b..5fb290c 100644 --- a/application/static/style.css +++ b/application/static/style.css @@ -5,7 +5,7 @@ body { /* Dashboard page */ .grid-container { - display: flex; + display: grid; grid-template-columns: auto auto auto auto auto; gap: 20px; background-color: lightslategray;