From b37c408985878b04f6474c473e2b98c0fec728ab Mon Sep 17 00:00:00 2001
From: sou7 <17077205+soukouki@users.noreply.github.com>
Date: Tue, 16 Jul 2024 16:08:58 +0000
Subject: [PATCH] Fix CreatedModifiedDate.md (#1281)
---
quartz/styles/base.scss | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 52cd102..8e791db 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -201,11 +201,19 @@
}
}
- & .page-header {
+ & .page-header,
+ & .page-footer {
width: $pageWidth;
- margin: $topSpacing auto 0 auto;
+ margin-top: 1rem;
+
@media all and (max-width: $fullPageWidth) {
width: initial;
+ }
+ }
+
+ & .page-header {
+ margin: $topSpacing auto 0 auto;
+ @media all and (max-width: $fullPageWidth) {
margin-top: 2rem;
}
}
--
Gitblit v1.10.0