Skip to content

Commit fa723c1

Browse files
Adjust thumb text for smaller resolutions
1 parent 829d406 commit fa723c1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/styles/_global-styles.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ ds-dynamic-form-control-container.d-none {
214214
padding: 0.1rem;
215215
}
216216
@media screen and (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, lg)) {
217-
font-size: 0.8rem;
217+
font-size: 0.7rem;
218218
padding: 0.1rem;
219219
}
220-
font-size: 1.25rem;
220+
font-size: 1rem;
221221
padding: 0.5rem;
222222
}
223223
}
@@ -229,10 +229,10 @@ ds-dynamic-form-control-container.d-none {
229229
padding: 0.1rem;
230230
}
231231
@media screen and (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, lg)) {
232-
font-size: 0.875rem;
232+
font-size: 0.7rem;
233233
padding: 0.1rem;
234234
}
235-
font-size: 1.25rem;
235+
font-size: 1rem;
236236
padding: 0.5rem;
237237
}
238238
}

0 commit comments

Comments
 (0)