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 | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/assets/styles/base.scss b/assets/styles/base.scss
index 0c7d957..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;
+
+ }
}
}
--
Gitblit v1.10.0