Skip to content

Commit

Permalink
fix: update css media brackpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Dec 1, 2023
1 parent 46271a2 commit ab515dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@use "@edx/paragon/styles/css/core/custom-media-breakpoints.css" as paragonCustomMediaBreakpoints;
@use "@edx/paragon/styles/scss/core/core";
@import "~@edx/brand/paragon/overrides";

@import "@edx/frontend-component-cookie-policy-banner/build/_cookie-policy-banner";
Expand Down
2 changes: 1 addition & 1 deletion src/sass/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ select.form-control {
margin-bottom: 0.5rem;
font-weight: 700;

@include media-breakpoint-down('md') {
@media (--min-pgn-size-breakpoint-md) {
line-height: 1.5rem;
font-size: 1.125rem;
}
Expand Down

0 comments on commit ab515dd

Please sign in to comment.