From 59c8a481ebc347fbc5feae56d93ebd1211bb98e7 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 1 Sep 2021 20:46:51 +0100 Subject: [PATCH] Adjust cookie notice margins on small screens --- src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.css b/src/App.css index 01e8271..78bc66f 100644 --- a/src/App.css +++ b/src/App.css @@ -290,6 +290,7 @@ label, p, input[type=text], main > span, main div > span { justify-content: center; flex-wrap: wrap; column-gap: 16px; + row-gap: 2px; padding: 16px 24px; background-color: var(--primary-color-dark); text-align: center;