Skip to content

Commit

Permalink
Fix reversed media query.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Aug 16, 2022
1 parent 5c81b78 commit 0b53814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/push.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $backgroundColor: #32373c;

$mediaSmallScreen : "min-width: 480px";
$mediaMediumScreen : "min-width: 768px";
$mediaGutenbergSmallScreen : "min-width: 782px";
$mediaGutenbergSmallScreen : "max-width: 782px";

#distributor-push-wrapper,
#wpadminbar #wp-admin-bar-distributor-placeholder > .ab-item {
Expand Down

0 comments on commit 0b53814

Please sign in to comment.