Skip to content

Commit

Permalink
add md media queries for spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuraima Estevez committed Dec 12, 2023
1 parent 8cadfc2 commit a5ad1ed
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,11 @@
.AuxiliaryContainer {
flex-grow: 0;

@media #{$p-breakpoints-sm-down} {
@media #{$p-breakpoints-md-down} {
margin-left: var(--p-space-200);
}

@media #{$p-breakpoints-md-up} {
margin-left: 0;
}
}

0 comments on commit a5ad1ed

Please sign in to comment.