|
@@ -3491,6 +3491,17 @@ hr.wp-block-separator.is-style-wide,
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
+#masthead .site-header-wrap {
|
|
|
+ margin-right: auto;
|
|
|
+ margin-left: auto;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (max-width: 559px) {
|
|
|
+ #masthead .site-header-wrap {
|
|
|
+ width: calc(100% - 32px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#masthead .site-header-wrap > * {
|
|
|
max-width: 100%;
|
|
|
}
|