diff --git a/src/styles/_global-styles.scss b/src/styles/_global-styles.scss index f082f66f78..1aca468a72 100644 --- a/src/styles/_global-styles.scss +++ b/src/styles/_global-styles.scss @@ -230,10 +230,18 @@ ds-dynamic-form-control-container.d-none { } .thumb-font-2 { - .thumbnail-placeholder { - font-size: 0.9rem; - padding: 0.125rem; + .thumbnail-placeholder { + @media screen and (max-width: map-get($grid-breakpoints, sm)) { + font-size: 0.4rem; + padding: 0.1rem; } + @media screen and (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, lg)) { + font-size: 0.8rem; + padding: 0.1rem; + } + font-size: 1.25rem; + padding: 0.5rem; +} } .thumb-font-3 {