Skip to content

Commit

Permalink
Adding bottom margin 2px on .complete-options-form
Browse files Browse the repository at this point in the history
  • Loading branch information
banzzai committed Sep 26, 2024
1 parent ac3ab6a commit 6d39a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cm.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ a:focus {
display: flex;
flex-direction: column;
width: 100%;
margin: 0 auto;
margin: 0 auto 2px auto;
justify-content: space-between;
align-items: center;
}
Expand Down

0 comments on commit 6d39a45

Please sign in to comment.