diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
index 8355bc5..0f17b19 100644
|
|
body:not(.title-tagline-hidden) .site-branding-text { |
1674 | 1674 | min-width: 100vw; /* vw prevents 1px gap on left that 100% has */ |
1675 | 1675 | width: auto; |
1676 | 1676 | top: 50%; |
| 1677 | padding-bottom: 1px; /* Prevent header from extending beyond the footer */ |
1677 | 1678 | -ms-transform: translateX(-50%) translateY(-50%); |
1678 | 1679 | -moz-transform: translateX(-50%) translateY(-50%); |
1679 | 1680 | -webkit-transform: translateX(-50%) translateY(-50%); |