_header.scss 279 B

123456789101112
  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. }