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