Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Oytun12 committed Jul 21, 2024
1 parent ee1555d commit 88e4204
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ select {
}

#sortable li {
cursor: move;
padding: 10px;
padding: 5px;
background-color: #d3d3a4;
border: 1px solid #aaa;
border-radius: 5px;
margin: 5px;
margin: 2px;
transition: background-color 0.3s;
flex: 1 1 calc(50% - 10px); /* Her bir öğenin genişliğini %50 olarak ayarla ve aralarındaki boşluk */
box-sizing: border-box;
Expand All @@ -78,7 +77,7 @@ select {

h2 {
text-align: center;
margin-top: 40px;
margin-top: 10px;
color: #8b4513;
}

Expand Down

0 comments on commit 88e4204

Please sign in to comment.