From dbf250498358dae978f8ae82a9f2eaddc49e49e2 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Wed, 1 Jul 2020 15:49:09 +0700 Subject: [PATCH] Update content.css --- assets/css/ghost/content.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/ghost/content.css b/assets/css/ghost/content.css index 388de869..22cc682d 100644 --- a/assets/css/ghost/content.css +++ b/assets/css/ghost/content.css @@ -80,14 +80,14 @@ margin-top: 4vmin; } -.gh-content > [id] + * { - margin-top: 1.5rem; -} - .gh-content [id]:not(:first-child) { margin: 1.5em 0 0; } +.gh-content > [id] + * { + margin-top: 1.5rem; +} + .gh-content [id] + .kg-card, .gh-content blockquote + .kg-card { margin-top: 6vmin; @@ -151,11 +151,11 @@ /* Cards /* ---------------------------------------------------------- */ -:not(.kg-card):not([id]) + .kg-card { +.gh-content :not(.kg-card):not([id]) + .kg-card { margin-top: 6vmin; } -.kg-card + :not(.kg-card):not([id]) { +.gh-content .kg-card + :not(.kg-card) { margin-top: 6vmin; }