Skip to content

Commit

Permalink
Correct media query direction
Browse files Browse the repository at this point in the history
  • Loading branch information
lgriffee committed Apr 18, 2024
1 parent 4aaa71f commit 28cb9ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.RadioButton {
position: relative;

@media (--p-breakpoints-md-down) {
@media (--p-breakpoints-md-up) {
margin: var(--p-space-025);
}
}
Expand Down

0 comments on commit 28cb9ea

Please sign in to comment.