From 3d462649230479506b0b70af957a97b29c3efbf1 Mon Sep 17 00:00:00 2001 From: Mikael Brevik Date: Thu, 12 Dec 2024 14:44:39 +0100 Subject: [PATCH] fix: contact box top align --- src/components/sections/contact-box/contact-box.module.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/sections/contact-box/contact-box.module.css b/src/components/sections/contact-box/contact-box.module.css index 1c6650e8e..00622bec2 100644 --- a/src/components/sections/contact-box/contact-box.module.css +++ b/src/components/sections/contact-box/contact-box.module.css @@ -36,8 +36,6 @@ display: flex; flex-direction: column; gap: 1rem; - - justify-content: flex-end; } .contactSelectorWrapper {