This commit is contained in:
Pradhumansinh Padhiyar 2023-08-31 16:38:28 +05:30 committed by GitHub
parent 4d3319d05c
commit 276e2c9d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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