From e7c2bd2daa9c00a153173526a269d9467332fe44 Mon Sep 17 00:00:00 2001 From: Raymond Zhao Date: Tue, 8 Mar 2022 12:02:13 -0800 Subject: [PATCH] Add padding to more links --- css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.scss b/css/main.scss index 4cc2610..af40fa3 100644 --- a/css/main.scss +++ b/css/main.scss @@ -479,7 +479,7 @@ code.highlighter-rouge a { font-weight: bold; } -a h3 { +a h3, h3 a, h4 a { padding-top: 2px; padding-bottom: 2px; }