|
@@ -4255,6 +4255,16 @@ body.page .main-navigation {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.entry .entry-content .wp-block-spacer.desktop-only {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-spacer.desktop-only {
|
|
|
|
+ display: block;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.entry .entry-content .wp-block-embed-twitter {
|
|
.entry .entry-content .wp-block-embed-twitter {
|
|
word-break: break-word;
|
|
word-break: break-word;
|
|
}
|
|
}
|