_header.scss 418 B

123456789101112131415161718
  1. // This is needed until something like https://github.com/WordPress/gutenberg/issues/24473 exists
  2. .site-header {
  3. align-items: center;
  4. flex-wrap: wrap;
  5. justify-content: space-between;
  6. display: flex;
  7. overflow: inherit;
  8. .wp-block-site-title a {
  9. text-decoration: none;
  10. }
  11. }
  12. h1, h2, h3, h4, h5, h6 {
  13. &.has-background {
  14. padding: var(--wp--custom--padding--vertical) var(--wp--custom--padding--horizontal);
  15. }
  16. }