@@ -292,6 +292,21 @@ a {
}
+// Remove margin if alignfull is last element
+.page:not(.logged-in) {
+ .hentry .entry-content {
+ & > *:last-child {
+ &.alignfull {
+ margin-bottom: -#{map-deep-get($config-global, "spacing", "vertical")};
+
+ @include media(mobile) {
+ margin-bottom: -#{2 * map-deep-get($config-global, "spacing", "vertical")};
+ }
+}
// Author Bio
.author-bio {
border: 2px solid #{map-deep-get($config-global, "color", "border", "default")};
@@ -3667,6 +3667,16 @@ p:not(.site-title) a:hover {
+.page:not(.logged-in) .hentry .entry-content > *:last-child.alignfull {
+ margin-bottom: -32px;
+@media only screen and (min-width: 560px) {
+ .page:not(.logged-in) .hentry .entry-content > *:last-child.alignfull {
+ margin-bottom: -64px;
border: 2px solid #E0E0E0;
padding: 16px;
@@ -3672,6 +3672,16 @@ p:not(.site-title) a:hover {