From 20c114441f1a071b6e063ad967ad7d4f2e124e29 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Tue, 24 Sep 2024 16:02:37 +0200 Subject: [PATCH] fix(center): Main content mininum width (https://github.com/jackyzha0/quartz/issues/1439) --- quartz/styles/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index c70d8b6f9..4e56d4400 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -250,6 +250,7 @@ a { & .center, & footer { + min-width: 100%; margin-left: auto; margin-right: auto; @media all and ($desktop) {