|
@@ -12,7 +12,7 @@ body {
|
|
|
.hentry .entry-content {
|
|
|
& > *:first-child {
|
|
|
&.alignfull {
|
|
|
- margin-top: -#{2 * map-deep-get($config-global, "spacing", "unit")};
|
|
|
+ margin-top: -#{map-deep-get($config-global, "spacing", "unit")};
|
|
|
|
|
|
@include media(mobile) {
|
|
|
margin-top: -#{3 * map-deep-get($config-global, "spacing", "unit")};
|
|
@@ -22,25 +22,12 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.home.has-no-social-menu.hide-homepage-title {
|
|
|
- .hentry .entry-content {
|
|
|
- & > *:first-child {
|
|
|
- &.alignfull {
|
|
|
- margin-top: -#{1 * map-deep-get($config-global, "spacing", "unit")};
|
|
|
-
|
|
|
- @include media(mobile) {
|
|
|
- margin-top: -#{2 * map-deep-get($config-global, "spacing", "unit")};
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
a {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
.main-navigation {
|
|
|
+ margin-bottom: 0;
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
|
|
@@ -151,6 +138,12 @@ hr.wp-block-separator.is-style-wide,
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
+.site-main {
|
|
|
+ @include media(mobile) {
|
|
|
+ padding-top: #{3 * map-deep-get($config-global, "spacing", "unit")};
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#page {
|
|
|
.entry-header,
|
|
|
.page-header,
|