From 799280d03aada16ebebc01b39f46b0e69aff7328 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Fri, 6 Dec 2019 14:43:34 +0700 Subject: [PATCH] Update vertical rhythm --- assets/css/ghost/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/ghost/content.css b/assets/css/ghost/content.css index 2343ddc8..2cdcb103 100644 --- a/assets/css/ghost/content.css +++ b/assets/css/ghost/content.css @@ -84,13 +84,13 @@ margin-top: 1.5rem; } -.gh-content [id] { +.gh-content [id]:not(:first-child) { margin: 1.5em 0 0; } .gh-content [id] + .kg-card, .gh-content blockquote + .kg-card { - margin-top: 1.5rem; + margin-top: 6vmin; } .gh-canvas blockquote,