Fix styling of content in archive (bug introduced in previous commit)
This commit is contained in:
parent
0e44f46e52
commit
53fe8a42fb
1 changed files with 4 additions and 1 deletions
|
@ -95,7 +95,6 @@ html {
|
||||||
@supports(display: grid) {
|
@supports(display: grid) {
|
||||||
body, header, nav, main, article, section, aside, footer, div {
|
body, header, nav, main, article, section, aside, footer, div {
|
||||||
display: grid;
|
display: grid;
|
||||||
align-items: start;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div#wpadminbar, div#wpadminbar div, div.nav-links {
|
div#wpadminbar, div#wpadminbar div, div.nav-links {
|
||||||
|
@ -493,6 +492,10 @@ html {
|
||||||
"quals-and-awards";
|
"quals-and-awards";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#organisation-body > section {
|
||||||
|
align-items: start;
|
||||||
|
}
|
||||||
|
|
||||||
#organisation-body > #description {
|
#organisation-body > #description {
|
||||||
grid-area: description;
|
grid-area: description;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue