From 2aae422339bf11d8e3596beeb32a9c079df266e6 Mon Sep 17 00:00:00 2001 From: Shelby Kay Date: Thu, 30 Sep 2021 23:49:22 +0200 Subject: [PATCH] Fix Location badge position --- src/style/molecules/_location.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/molecules/_location.scss b/src/style/molecules/_location.scss index 2156469..90d9024 100644 --- a/src/style/molecules/_location.scss +++ b/src/style/molecules/_location.scss @@ -67,7 +67,7 @@ .badge { position: absolute; left: 50%; - bottom: -32px; + bottom: -8px; transform: translateX(-50%); }