From dad8a95d35e0268a1ec9f80f26cd6ed0afebc2d7 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Sun, 21 Oct 2018 14:39:27 +0200 Subject: [PATCH] Fixing spinner position --- src/components/Options/style.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Options/style.scss b/src/components/Options/style.scss index 7958e177..a8c3a64f 100644 --- a/src/components/Options/style.scss +++ b/src/components/Options/style.scss @@ -133,7 +133,7 @@ $horizontalPadding: 15px; height: var(--size); display: grid; align-items: center; - justify-content: center; + justify-items: center; } .download-link { @@ -163,5 +163,4 @@ $horizontalPadding: 15px; --delay: 0; --size: 22px; grid-area: 1/1; - padding: 7px; }