Browse Source

align header to the baseline

Ben Dwyer 3 years ago
parent
commit
73598ac925
2 changed files with 3 additions and 1 deletions
  1. 1 0
      blockbase/assets/ponyfill.css
  2. 2 1
      blockbase/sass/base/_header.scss

+ 1 - 0
blockbase/assets/ponyfill.css

@@ -154,6 +154,7 @@ pre {
 }
 
 .wp-site-blocks .site-header {
+	align-items: baseline;
 	justify-content: start;
 	overflow: inherit;
 	padding-top: var(--wp--custom--gap--vertical);

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

@@ -1,4 +1,5 @@
 .wp-site-blocks .site-header {
+	align-items: baseline;
 	justify-content: start;
 	overflow: inherit;
 	padding-top: var(--wp--custom--gap--vertical);
@@ -35,4 +36,4 @@
 			order: 10;
 		}
 	}
-}
+}