|
@@ -1896,25 +1896,19 @@ p.has-background {
|
|
|
}
|
|
|
|
|
|
hr {
|
|
|
- border-bottom-color: #CCCCCC;
|
|
|
- border-bottom-width: 2px;
|
|
|
+ border-bottom: 2px solid #CCCCCC;
|
|
|
clear: both;
|
|
|
margin-right: auto;
|
|
|
margin-left: auto;
|
|
|
}
|
|
|
|
|
|
hr.wp-block-separator {
|
|
|
- border-bottom-color: #CCCCCC;
|
|
|
+ border-bottom: 2px solid #CCCCCC;
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
|
}
|
|
|
|
|
|
-hr.wp-block-separator.is-style-wide {
|
|
|
- border-bottom-color: #CCCCCC;
|
|
|
- border-bottom-width: 2px;
|
|
|
-}
|
|
|
-
|
|
|
hr.wp-block-separator.is-style-dots:before {
|
|
|
color: #CCCCCC;
|
|
|
font-size: 1.728rem;
|
|
@@ -3794,7 +3788,7 @@ p:not(.site-title) a:hover {
|
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 559px) {
|
|
|
- .fse-enabled .site-footer .main-navigation .menu-primary-container {
|
|
|
+ .fse-enabled .site-footer .main-navigation > div {
|
|
|
display: block;
|
|
|
}
|
|
|
.fse-enabled .site-footer .main-navigation li {
|
|
@@ -3813,7 +3807,7 @@ p:not(.site-title) a:hover {
|
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 559px) {
|
|
|
- .fse-enabled .site-header.entry-content .main-navigation .menu-primary-container {
|
|
|
+ .fse-enabled .site-header.entry-content .main-navigation > div {
|
|
|
padding: 0 32px;
|
|
|
}
|
|
|
}
|
|
@@ -3825,6 +3819,12 @@ p:not(.site-title) a:hover {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .fse-enabled .site-footer .wp-block-a8c-navigation-menu .footer-menu a {
|
|
|
+ padding: 8px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.fse-enabled #colophon {
|
|
|
margin-right: auto;
|
|
|
margin-left: auto;
|