Switched from padding to margin for page card spacing

This commit is contained in:
Sodbileg Gansukh 2023-07-24 16:58:30 +08:00
parent cc3fca004f
commit 840b1b9c50
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1402,7 +1402,7 @@ is the very first element in the post content */
}
.page-template .gh-content:only-child > *:first-child:not(.kg-width-full) {
padding-top: max(12vmin, 64px);
margin-top: max(12vmin, 64px);
}
.page-template .gh-content > *:last-child:not(.kg-width-full) {