From 47fff05d484c0701e318031033cdac3c92456776 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 18 Aug 2021 05:09:58 +0200 Subject: [PATCH] fix gap on index page --- style/shiny/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/shiny/index.css b/style/shiny/index.css index 9cc4d2f..a915631 100644 --- a/style/shiny/index.css +++ b/style/shiny/index.css @@ -67,7 +67,7 @@ align-items: center; justify-content: space-evenly; padding: 0; - grid-gap: 1.5em 0; + grid-gap: 1.5em; font-size: 175%; }