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; }