|
@@ -188,3 +188,13 @@ body > .is-root-container > .wp-block-template-part > .wp-block-cover,
|
|
|
font-size: var(--wp--preset--font-size--x-small);
|
|
|
letter-spacing: 0.1em;
|
|
|
}
|
|
|
+
|
|
|
+/* Desktop responsive navigation layout */
|
|
|
+.wp-block-navigation.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
|
|
|
+ margin: 0 auto;
|
|
|
+ max-width: 820px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
|
|
|
+ text-decoration-thickness: 1px;
|
|
|
+}
|