Skip to content

Commit

Permalink
fix: remove contact box margin
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Dec 6, 2024
1 parent 60b7d4f commit 5bcb574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/contact-box/contact-box.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.contactBox {
margin: 8rem auto;
margin: auto;
padding: 0 1rem;
max-width: var(--max-content-width-large);
}
Expand Down

0 comments on commit 5bcb574

Please sign in to comment.