From 610810b8a19f0ca9265dd58fbc6381d56d261335 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 3 Mar 2022 03:08:16 -0800 Subject: [PATCH] Update globals.scss --- styles/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.scss b/styles/globals.scss index 4f08d3e5..4f26f3f7 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -49,7 +49,7 @@ select { background-image: url('/icons/Arrow.svg'); background-repeat: no-repeat; background-position-y: center; - background-position-x: 98%; + background-position-x: 97%; background-size: $unit * 1.5; border: none; border-radius: 6px;