|
@@ -249,6 +249,31 @@ a {
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// Remove margin if alignfull is first element
|
|
|
|
+.home.hide-homepage-title {
|
|
|
|
+ .hentry .entry-content {
|
|
|
|
+ & > *:first-child {
|
|
|
|
+ &.alignfull {
|
|
|
|
+ margin-top: -#{map-deep-get($config-global, "spacing", "unit")};
|
|
|
|
+
|
|
|
|
+ @include media(mobile) {
|
|
|
|
+ margin-top: -#{2 * map-deep-get($config-global, "spacing", "vertical")};
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Author Bio
|
|
|
|
+.author-bio {
|
|
|
|
+ border: 2px solid #{map-deep-get($config-global, "color", "border", "default")};
|
|
|
|
+ padding: #{map-deep-get($config-global, "spacing", "unit")};
|
|
|
|
+
|
|
|
|
+ .author-title {
|
|
|
|
+ font-size: inherit;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Blocks
|
|
* Blocks
|
|
*/
|
|
*/
|
|
@@ -256,8 +281,8 @@ a {
|
|
.wp-block-cover .wp-block-cover__inner-container,
|
|
.wp-block-cover .wp-block-cover__inner-container,
|
|
.wp-block-coblocks-hero .wp-block-coblocks-hero__box {
|
|
.wp-block-coblocks-hero .wp-block-coblocks-hero__box {
|
|
& > * {
|
|
& > * {
|
|
- margin-top: #{ 0.666 * map-deep-get($config-global, "spacing", "vertical") };
|
|
|
|
- margin-bottom: #{ 0.666 * map-deep-get($config-global, "spacing", "vertical") };
|
|
|
|
|
|
+ margin-top: #{0.666 * map-deep-get($config-global, "spacing", "vertical")};
|
|
|
|
+ margin-bottom: #{0.666 * map-deep-get($config-global, "spacing", "vertical")};
|
|
|
|
|
|
@include media(mobile) {
|
|
@include media(mobile) {
|
|
margin-top: map-deep-get($config-global, "spacing", "vertical");
|
|
margin-top: map-deep-get($config-global, "spacing", "vertical");
|