Fix styling of content in archive (bug introduced in previous commit)

This commit is contained in:
Ben Goldsworthy 2021-02-22 12:28:03 +00:00
parent 0e44f46e52
commit 53fe8a42fb
1 changed files with 4 additions and 1 deletions

View File

@ -95,7 +95,6 @@ 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 {
@ -493,6 +492,10 @@ html {
"quals-and-awards";
}
#organisation-body > section {
align-items: start;
}
#organisation-body > #description {
grid-area: description;
}