From 9fffd6fd132eb485069e2e1dd27cddad66f3a17c Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Tue, 13 Aug 2024 06:01:00 +1000 Subject: [PATCH] _sass: Remove outdated main-content-wrap override --- _sass/custom/custom.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 6e2cbcb0..ff66afca 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -28,11 +28,6 @@ summary { width: 100%; } -.main-content-wrap { - max-width: $content-width; - margin: auto; -} - .main-content { dl { display: block;