From 276e2c9d0140c902e1c8d3760bc194790722fa71 Mon Sep 17 00:00:00 2001 From: Pradhumansinh Padhiyar Date: Thu, 31 Aug 2023 16:38:28 +0530 Subject: [PATCH] Fix: #952 (#953) --- assets/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 5b13ea1..d2d8659 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1402,6 +1402,10 @@ is the very first element in the post content */ line-height: 1.6em; } +.gh-content > p img { + margin: 0 auto; +} + .page-template .gh-content:only-child > *:first-child:not(.kg-width-full) { margin-top: max(12vmin, 64px); }