From c94646ac4ffeef254866d534d0a90466054d47e1 Mon Sep 17 00:00:00 2001 From: Mikael Brevik Date: Fri, 6 Dec 2024 13:18:55 +0100 Subject: [PATCH] fix: remove contact box margin (#953) --- src/components/sections/contact-box/contact-box.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/contact-box/contact-box.module.css b/src/components/sections/contact-box/contact-box.module.css index af20584ec..0480edb11 100644 --- a/src/components/sections/contact-box/contact-box.module.css +++ b/src/components/sections/contact-box/contact-box.module.css @@ -1,5 +1,5 @@ .contactBox { - margin: 8rem auto; + margin: auto; padding: 0 1rem; max-width: var(--max-content-width-large); }