From 9fc22fbbff611be9efe13090e7c6a8dd727a3098 Mon Sep 17 00:00:00 2001 From: Linda-OC <67043889+Linda-OC@users.noreply.github.com> Date: Mon, 24 May 2021 10:04:19 -1000 Subject: [PATCH] Adjust styling of Wins page with badges in mobile Fixes #1550 Changed from 1.7em to 1.4em and 1.5em to 1em --- _sass/components/_wins-page.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_sass/components/_wins-page.scss b/_sass/components/_wins-page.scss index 7cf3e3f412..62c8c069dd 100644 --- a/_sass/components/_wins-page.scss +++ b/_sass/components/_wins-page.scss @@ -85,10 +85,10 @@ } .wins-badge-icon { - min-width: 1.7em; - max-width: 1.7em; - min-height: 1.7em; - max-height: 1.7em; + min-width: 1.4em; + max-width: 1.4em; + min-height: 1.4em; + max-height: 1.4em; margin: .5em 1.5em .5em 0; filter: invert(13%) sepia(4%) saturate(16%) hue-rotate(336deg) brightness(96%) contrast(81%); } @@ -447,10 +447,10 @@ } .wins-badge-icon{ margin-top: .05em; - min-width: 1.5em; - max-width: 1.5em; - min-height: 1.5em; - max-height: 1.5em; + min-width: 1em; + max-width: 1em; + min-height: 1em; + max-height: 1em; } .wins-text-bubble{ display: block;