From ec86cca97bef277a3b3a84580c4164ce721a92a4 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 28 Apr 2022 22:53:57 +0000
Subject: [PATCH] Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo
---
assets/styles/base.scss | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/assets/styles/base.scss b/assets/styles/base.scss
index 1be0229..4d03a06 100644
--- a/assets/styles/base.scss
+++ b/assets/styles/base.scss
@@ -329,6 +329,12 @@
& #graph-container {
border: var(--outlinegray) 1px solid;
border-radius: 5px;
+ box-sizing: border-box;
+
+ & > svg {
+ margin-bottom: -5px;
+
+ }
}
}
@@ -526,7 +532,7 @@
box-shadow: 6px 6px 36px 0px rgba(0,0,0,0.25);
@media all and (max-width: 600px) {
- display: none;
+ display: none !important;
}
&.visible {
--
Gitblit v1.10.0