From 5fec9356f6c2d90444dc865d37a4d285a157abc6 Mon Sep 17 00:00:00 2001 From: David Bosschaert Date: Thu, 21 Sep 2023 10:41:44 +0100 Subject: [PATCH] Remove unneccesary max-width setting --- blocks/career-apply/career-apply.css | 1 - 1 file changed, 1 deletion(-) diff --git a/blocks/career-apply/career-apply.css b/blocks/career-apply/career-apply.css index a6052900..4e85d5ae 100644 --- a/blocks/career-apply/career-apply.css +++ b/blocks/career-apply/career-apply.css @@ -5,7 +5,6 @@ .career-apply { color: var(--white); text-align: left; - max-width: unset; padding-inline: 1rem; padding-block: 3rem; }