Skip to content

Commit

Permalink
responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 21, 2023
1 parent 50abbae commit 5ca8ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/Colors/ColorPicker/ColorPicker.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
grid-template-columns: 435px 360px 435px;
}

@media (max-width: 1500px) {
@media (max-width: 1800px) {
grid-template-columns: 435px 435px;
}

@media (max-width: 1100px) {
@media (max-width: 1200px) {
grid-template-columns: 435px;
}
}

0 comments on commit 5ca8ef5

Please sign in to comment.