Align grid items at start

This commit is contained in:
Ben Goldsworthy 2021-02-22 12:12:54 +00:00
parent 65e5c15f4d
commit 0e44f46e52
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ html {
@supports(display: grid) {
body, header, nav, main, article, section, aside, footer, div {
display: grid;
align-items: start;
}
div#wpadminbar, div#wpadminbar div, div.nav-links {