From fb13a0952eb11842bc249a9d3ef4d3387b0f8e5b Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sat, 8 Aug 2026 21:24:45 -0400 Subject: [PATCH] Remove the massive headings --- _layouts/note.html | 4 ++++ assets/css/global.css | 12 ++++++------ assets/css/note.css | 2 ++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/_layouts/note.html b/_layouts/note.html index 6666394..bc86381 100644 --- a/_layouts/note.html +++ b/_layouts/note.html @@ -6,6 +6,8 @@ layout: default {{ content }} +
+ {% endif %} + +
diff --git a/assets/css/global.css b/assets/css/global.css index d8461bd..cd04fe2 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -57,23 +57,23 @@ h3, h4, h5, h6 { - margin-top: 2em; + margin-top: 1em; margin-bottom: 0.5em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif; } h1 { - font-size: 3em; -} - -h2 { font-size: 2em; } -h3 { +h2 { font-size: 1.5em; } +h3 { + font-size: 1.2em; +} + img { max-width: 100%; } diff --git a/assets/css/note.css b/assets/css/note.css index 4fada04..74fd4a7 100644 --- a/assets/css/note.css +++ b/assets/css/note.css @@ -3,6 +3,8 @@ } .backlink-box { + display: flex; + flex-direction: column; } .backlinks {