Skip to content

Commit

Permalink
Update min-width of color
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgrozer committed Jun 30, 2024
1 parent 8f59eb7 commit 4d248b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/Colors.module.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
.colors {
width: 100%;
height: 100%;
display: flex;
overflow-x: auto;
flex-direction: row;

.colorWrapper {
gap: 10px;
flex: 1 1 0;
height: 100%;
display: flex;
min-width: 250px;
padding-top: 80px;
position: relative;
align-items: center;
Expand Down

0 comments on commit 4d248b0

Please sign in to comment.