Switched from padding to margin for page card spacing
This commit is contained in:
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
|
@ -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) {
|
.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) {
|
.page-template .gh-content > *:last-child:not(.kg-width-full) {
|
||||||
|
|
Loading…
Reference in a new issue