From 54bfa62365db810f6b80b83e965f10d6bd474add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Sun, 10 Nov 2024 23:11:36 +0100 Subject: [PATCH] website: Change to app grid Make all icons visible, else Bimba is hidden without scrolling --- website/static/custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/static/custom.css b/website/static/custom.css index 9b51a1d7..9f1a1d59 100644 --- a/website/static/custom.css +++ b/website/static/custom.css @@ -38,12 +38,12 @@ } .app-card-row { - display: grid; - grid-auto-flow: column; - overflow-x: scroll; + display: flex; padding-bottom: 1em; - align-items: left; justify-content: left; + flex-direction: row; + flex-wrap: wrap; + width: 100%; gap: 20px; }