Skip to content

Commit

Permalink
fix: Adjust box style margins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Starciad committed Jan 24, 2024
1 parent cd22aa9 commit 24dba0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/elements/box.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.box {
padding: 16px;

margin-bottom: 32px;
margin-top: 48px;
margin-bottom: 48px;

border-radius: 8px;
border-color: black;
Expand Down

0 comments on commit 24dba0d

Please sign in to comment.