From fd7c33c5372dd61283fc44f4dccbff0e71fcbf5b Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 23 Jul 2023 18:19:15 +0000
Subject: [PATCH] style fixes for search bar and title on mobile

---
 quartz/styles/base.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 9899fed..9e7c8f2 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -125,14 +125,14 @@
         flex-direction: row;
         padding: 0;
         width: initial;
-        margin-top: 4rem;
+        margin-top: 2rem;
       }
     }
 
     & .sidebar.left {
       left: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
       @media all and (max-width: $fullPageWidth) {
-        gap: 1rem;
+        gap: 0rem;
         align-items: center;
       }
     }

--
Gitblit v1.10.0