Skip to content

Commit

Permalink
Add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgrozer committed Jun 30, 2024
1 parent 4a16ba9 commit 824a54d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles/Colors.module.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.colors {
width: 100%;
height: 100%;
display: flex;
overflow-x: auto;
margin-left: 20px;
flex-direction: row;
padding: 0 20px 20px 20px;
padding-bottom: 20px;
width: calc(100% - 40px);
}

0 comments on commit 824a54d

Please sign in to comment.