From 2c56c8b4ccc9ae1a192f61c11e62c031a1ce9632 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Tue, 27 Aug 2019 16:06:14 -0400 Subject: [PATCH] shift info button down, in alignment with text --- src/components/info-button/info-button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/info-button/info-button.scss b/src/components/info-button/info-button.scss index 4aa296fef..9e06b9953 100644 --- a/src/components/info-button/info-button.scss +++ b/src/components/info-button/info-button.scss @@ -11,6 +11,7 @@ background-color: $ui-blue; background-image: url("/svgs/info-button/info-button.svg"); background-size: cover; + top: .125rem; } .info-button-message {