|
@@ -12,10 +12,10 @@ body {
|
|
|
.hentry .entry-content {
|
|
|
& > *:first-child {
|
|
|
&.alignfull {
|
|
|
- margin-top: -#{0.666 * map-deep-get($config-global, "spacing", "vertical") + 2 * map-deep-get($config-global, "spacing", "unit")};
|
|
|
+ margin-top: -#{2 * map-deep-get($config-global, "spacing", "unit")};
|
|
|
|
|
|
@include media(mobile) {
|
|
|
- margin-top: -#{2.5 * map-deep-get($config-global, "spacing", "vertical")};
|
|
|
+ margin-top: -#{3 * map-deep-get($config-global, "spacing", "unit")};
|
|
|
}
|
|
|
}
|
|
|
}
|