|
@@ -129,6 +129,10 @@ ul ul {
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
|
|
|
+.wp-block-navigation__mobile-menu-open-button {
|
|
|
+ color: var(--wp--custom--color--primary);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-post-comments .reply a {
|
|
|
font-size: 1em;
|
|
|
line-height: 1.2;
|
|
@@ -363,11 +367,45 @@ a:active, a:focus {
|
|
|
background: var(--wp--custom--color--secondary);
|
|
|
}
|
|
|
|
|
|
-.site-header .wp-block-group {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+.site-header > .wp-block-group {
|
|
|
align-items: center;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: flex-start;
|
|
|
overflow: inherit;
|
|
|
+ padding: 10px 20px 60px;
|
|
|
+}
|
|
|
+
|
|
|
+@media (min-width: 480px) {
|
|
|
+ .site-header > .wp-block-group {
|
|
|
+ padding: var(--wp--custom--margin--vertical);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.site-header > .wp-block-group .wp-block-site-logo {
|
|
|
+ margin-right: var(--wp--custom--margin--horizontal);
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 479px) {
|
|
|
+ .site-header > .wp-block-group .wp-block-site-logo {
|
|
|
+ flex-basis: 100%;
|
|
|
+ margin: 20px 0;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.site-header > .wp-block-group .wp-block-site-logo a > img {
|
|
|
+ height: 64px;
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.site-header > .wp-block-group .wp-block-site-title {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.site-header > .wp-block-group .wp-block-navigation {
|
|
|
+ margin-left: auto;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.site-header .wp-block-site-title a {
|