From cfff05b1da76009ce774b5707343a0f240b82e86 Mon Sep 17 00:00:00 2001 From: Michael Spalti Date: Fri, 16 Sep 2022 12:43:05 -0700 Subject: [PATCH] Minor style tweak --- src/styles/_global-styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_global-styles.scss b/src/styles/_global-styles.scss index 9bfe804c42..9426aa4a4c 100644 --- a/src/styles/_global-styles.scss +++ b/src/styles/_global-styles.scss @@ -160,10 +160,10 @@ ds-dynamic-form-control-container.d-none { padding: 0.1rem; } @media screen and (max-width: 950px) { - font-size: 0.5rem !important; + font-size: 0.4rem !important; padding: 0.1rem; } - font-size: 0.7rem !important; + font-size: 0.6rem !important; padding: 0.125rem; visibility: inherit; }