From c4fc2d72087ce10f5f31e09fe1949cf74892f580 Mon Sep 17 00:00:00 2001 From: hackerbirds <120066692+hackerbirds@users.noreply.github.com> Date: Thu, 2 Mar 2023 08:26:37 +0100 Subject: [PATCH] Adjust official badge height --- stylesheets/components/ContactModal.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/components/ContactModal.scss b/stylesheets/components/ContactModal.scss index 7ccc809310..aeffe17815 100644 --- a/stylesheets/components/ContactModal.scss +++ b/stylesheets/components/ContactModal.scss @@ -143,13 +143,13 @@ ); } } - + &__official-badge { background: url('../images/icons/v2/official-20.svg') no-repeat center; display: inline-block; height: 18px; margin-left: 4px; - margin-bottom: -4px; + margin-bottom: -3px; width: 18px; }