Skip to content

Commit 1e8c55f

Browse files
DanGastardelligithub-actions[bot]
authored andcommitted
Adjust thumb text for smaller resolutions
(cherry picked from commit fa723c1)
1 parent 9273c83 commit 1e8c55f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/styles/_global-styles.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@ ds-dynamic-form-control-container.d-none {
236236
padding: 0.1rem;
237237
}
238238
@media screen and (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, lg)) {
239-
font-size: 0.8rem;
239+
font-size: 0.7rem;
240240
padding: 0.1rem;
241241
}
242-
font-size: 1.25rem;
242+
font-size: 1rem;
243243
padding: 0.5rem;
244244
}
245245
}
@@ -251,10 +251,10 @@ ds-dynamic-form-control-container.d-none {
251251
padding: 0.1rem;
252252
}
253253
@media screen and (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, lg)) {
254-
font-size: 0.875rem;
254+
font-size: 0.7rem;
255255
padding: 0.1rem;
256256
}
257-
font-size: 1.25rem;
257+
font-size: 1rem;
258258
padding: 0.5rem;
259259
}
260260
}

0 commit comments

Comments
 (0)