From 0561f9dab18a7de24d28e1ade15a07e2ab4a7c09 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 7 Jul 2024 22:07:05 +0200 Subject: [PATCH] use grid instead of flex for index page --- style/shiny/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/shiny/index.css b/style/shiny/index.css index 75bee37..f969d39 100644 --- a/style/shiny/index.css +++ b/style/shiny/index.css @@ -62,8 +62,8 @@ .list { - display: flex; - flex-wrap: wrap; + display: grid; + grid-template-columns: repeat(2, auto); align-items: center; justify-content: space-evenly; padding: 0;