Skip to content

Commit

Permalink
add margin to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
C-o-m-o-n committed Jan 4, 2024
1 parent abeb0c0 commit 596de9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,15 @@ button:disabled {
#settings {
/* border: 3px solid #4b4b4b;
border-radius: 30px; */
margin: 5px;
padding: 0;
transition: 1s;
}

#settings-toggle{
padding: 18px;
margin: 2px;
background-color: #555;
}
.settings {
padding: 5px;
Expand Down

0 comments on commit 596de9e

Please sign in to comment.