@@ -402,10 +402,10 @@ article .entry-header .entry-title,
.hentry .entry-content {
& > *:first-child {
&.alignfull {
- margin-top: 0;
+ margin-top: -#{map-deep-get($config-global, "spacing", "unit")};
@include media(mobile) {
+ margin-top: -#{2 * map-deep-get($config-global, "spacing", "vertical")};
}
@@ -3799,12 +3799,12 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
.home.hide-homepage-title .hentry .entry-content > *:first-child.alignfull {
+ margin-top: -16px;
@media only screen and (min-width: 560px) {
+ margin-top: -64px;
@@ -3804,12 +3804,12 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title