Skip to content

Commit

Permalink
🔧 chore(index.css): increase gap between buttons in button-group clas…
Browse files Browse the repository at this point in the history
…s from 2px to 4px for better visual separation
  • Loading branch information
romantech committed Feb 1, 2024
1 parent f152cbd commit fa5d8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ header {

.button-group {
display: flex;
gap: 2px;
gap: 4px;
}

.button-group > button {
Expand Down

0 comments on commit fa5d8b8

Please sign in to comment.