From 6e7de3286d48440ac4d3fcdd2b32d5574a9ded35 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 17 Jan 2025 14:56:03 +0000 Subject: [PATCH] Fixed bug causing Contact page CSS to affect splash page --- src/routes/contact/ContactPage.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes/contact/ContactPage.scss b/src/routes/contact/ContactPage.scss index cf982ad..cc5d490 100644 --- a/src/routes/contact/ContactPage.scss +++ b/src/routes/contact/ContactPage.scss @@ -51,8 +51,4 @@ .contact-form-column { width: 67%; } - - .infscr-row-reverse { - width: 33%; - } }