|
@@ -3189,13 +3189,17 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
/* 404 & Not found */
|
|
|
+.error-404.not-found .page-title,
|
|
|
.error-404.not-found .page-content,
|
|
|
+.no-results.not-found .page-title,
|
|
|
.no-results.not-found .page-content {
|
|
|
margin: calc(3 * 1rem) 1rem;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
+ .error-404.not-found .page-title,
|
|
|
.error-404.not-found .page-content,
|
|
|
+ .no-results.not-found .page-title,
|
|
|
.no-results.not-found .page-content {
|
|
|
margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
|
|
|
}
|
|
@@ -4000,7 +4004,8 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
|
|
|
- border-right: 2px solid #c43d80;
|
|
|
+ border-color: #c43d80;
|
|
|
+ border-width: 2px;
|
|
|
padding-top: 0;
|
|
|
padding-bottom: 0;
|
|
|
}
|