Browse Source

Fixes navigation justification

Fixes #4723
Jeffrey Pearce 3 years ago
parent
commit
cac85e3a19
2 changed files with 2 additions and 2 deletions
  1. 1 1
      blockbase/assets/ponyfill.css
  2. 1 1
      blockbase/sass/base/_header.scss

+ 1 - 1
blockbase/assets/ponyfill.css

@@ -165,7 +165,7 @@ pre {
 
 .wp-site-blocks .site-header .wp-block-navigation {
 	flex-grow: 1;
-	justify-content: end;
+	justify-content: flex-end;
 }
 
 @media (max-width: 599px) {

+ 1 - 1
blockbase/sass/base/_header.scss

@@ -8,7 +8,7 @@
 	}
 	.wp-block-navigation {
 		flex-grow: 1;
-		justify-content: end;
+		justify-content: flex-end;
 	}
 	// The blockGap is used HORIZONTALLY when the viewport is LARGE (in which case the value defined in theme.json is appropriate)
 	// It needs to be a different value then when the viewport is SMALL and the gap is used VERTICALLY