Skip to content

Commit

Permalink
Adjust thumb text for smaller resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGastardelli committed Jan 14, 2025
1 parent 829d406 commit fa723c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/_global-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ ds-dynamic-form-control-container.d-none {
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;
font-size: 0.7rem;
padding: 0.1rem;
}
font-size: 1.25rem;
font-size: 1rem;
padding: 0.5rem;
}
}
Expand All @@ -229,10 +229,10 @@ ds-dynamic-form-control-container.d-none {
padding: 0.1rem;
}
@media screen and (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, lg)) {
font-size: 0.875rem;
font-size: 0.7rem;
padding: 0.1rem;
}
font-size: 1.25rem;
font-size: 1rem;
padding: 0.5rem;
}
}
Expand Down

0 comments on commit fa723c1

Please sign in to comment.