|
@@ -3241,6 +3241,14 @@ body {
|
|
|
font-weight: 300;
|
|
|
}
|
|
|
|
|
|
+body.hide-homepage-title .site-main {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+body.hide-homepage-title .site-main article .entry-content {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
a {
|
|
|
text-decoration: none;
|
|
|
}
|
|
@@ -3532,21 +3540,11 @@ a {
|
|
|
|
|
|
/**
|
|
|
* 7.6. Button Block
|
|
|
- */
|
|
|
-.wp-block-button a.wp-block-button__link {
|
|
|
- text-transform: uppercase;
|
|
|
-}
|
|
|
-
|
|
|
-/**
|
|
|
* 7.7. Posts List Block
|
|
|
- */
|
|
|
-.a8c-posts-list a.a8c-posts-list__view-all {
|
|
|
- text-transform: uppercase;
|
|
|
-}
|
|
|
-
|
|
|
-/**
|
|
|
* 7.8. Search Block
|
|
|
*/
|
|
|
+.wp-block-button a.wp-block-button__link,
|
|
|
+.a8c-posts-list a.a8c-posts-list__view-all,
|
|
|
.wp-block-search .wp-block-search__button {
|
|
|
text-transform: uppercase;
|
|
|
}
|