mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Switched from padding to margin for page card spacing
This commit is contained in:
parent
cc3fca004f
commit
840b1b9c50
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 New Issue
Block a user