From 521c9313cc5b5d245851e62b91e116a8bd7f843b Mon Sep 17 00:00:00 2001 From: Chen Zhe Date: Wed, 5 Jan 2022 01:41:01 -0500 Subject: increase parent link padding --- assets/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index ea88574..46cdae1 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -58,8 +58,8 @@ a { font-weight: 700; } -.container > header h5 { - padding-bottom: 0.3em; +.container > header > h5 { + padding: 0.4em 0; text-align: right; } -- cgit v1.2.3