From c9e6d9b5aade67dd1add3bf13f383b29672c0de1 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Tue, 19 Nov 2019 21:06:40 +0000 Subject: [PATCH] Fix a DO body styling issue whilst we're here --- resources/scss/_body.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/scss/_body.scss b/resources/scss/_body.scss index c2d2881..4a173b2 100644 --- a/resources/scss/_body.scss +++ b/resources/scss/_body.scss @@ -4,6 +4,10 @@ body { font-size: 1rem; font-weight: 400; line-height: 1.5; - color: #212529; text-align: left; + + .wrapper.layout-wrapper { + padding: 0; + width: auto; + } }