From cd609d240717a10992f51862c96bc7d20b16b36e Mon Sep 17 00:00:00 2001 From: Tony Klapatch Date: Wed, 8 May 2024 15:24:59 -0400 Subject: [PATCH] LSD-1502 Resolve conflict with footer.css --- best-cigars-guide/blocks/footer/footer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best-cigars-guide/blocks/footer/footer.css b/best-cigars-guide/blocks/footer/footer.css index 8b4ee25..ccbe7aa 100644 --- a/best-cigars-guide/blocks/footer/footer.css +++ b/best-cigars-guide/blocks/footer/footer.css @@ -4,7 +4,7 @@ footer { } footer .footer { - max-width: 1200px; + max-width: var(--content-width); margin: 0 auto; }