Skip to content

Commit

Permalink
fix: remove additional margin
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Aug 23, 2023
1 parent 736670d commit d542b81
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
display: flex;
justify-content: center;
align-items: center;
margin: 0 .875rem .5rem 0;
margin: 0 0 .5rem 0;
border-radius: 5px;
background: var(--givewp-primary-main-700, #5BA65E);
padding: 0.75rem 0.625rem;
padding: 0.75rem 0;
font-size: 0.75rem;
font-weight: 400;
line-height: 1rem;
Expand Down

0 comments on commit d542b81

Please sign in to comment.