fix(center): Main content mininum width (https://github.com/jackyzha0/quartz/issues/1439)

This commit is contained in:
saberzero1 2024-09-24 16:02:37 +02:00
parent b1892b5f67
commit 20c114441f
No known key found for this signature in database
GPG Key ID: 41AEE99107640F10

View File

@ -250,6 +250,7 @@ a {
& .center,
& footer {
min-width: 100%;
margin-left: auto;
margin-right: auto;
@media all and ($desktop) {