Ver Fonte

align header to the baseline

Ben Dwyer há 3 anos atrás
pai
commit
73598ac925
2 ficheiros alterados com 3 adições e 1 exclusões
  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 {
 .wp-site-blocks .site-header {
+	align-items: baseline;
 	justify-content: start;
 	justify-content: start;
 	overflow: inherit;
 	overflow: inherit;
 	padding-top: var(--wp--custom--gap--vertical);
 	padding-top: var(--wp--custom--gap--vertical);

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

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