From b44fd97029fef908519f4d58d6839a47b7c5673a Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 22 Jul 2020 01:49:05 +0200 Subject: [PATCH] put gap between columns --- style/shiny/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/shiny/index.css b/style/shiny/index.css index cd4bd80..6a377cb 100644 --- a/style/shiny/index.css +++ b/style/shiny/index.css @@ -69,6 +69,7 @@ header h1::after { margin: 0; padding: 0; grid-template-columns: 50% 50%; + grid-gap: 1em 0; align-items: center; justify-content: center;