Skip to content

Commit

Permalink
Correct rounding of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 17, 2023
1 parent de4405b commit b1b1578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
margin-top: 0;
margin-left: 0;
margin-right: 0;
border-radius: 1rem;
border-radius: 0.8rem;
box-shadow: var(--shadow);
font-size: 1rem;
}
Expand Down

0 comments on commit b1b1578

Please sign in to comment.