From 53fe8a42fb0fe73b03902773e5a04afa9096abd2 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Mon, 22 Feb 2021 12:28:03 +0000 Subject: [PATCH] Fix styling of content in archive (bug introduced in previous commit) --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e55562e..af09409 100644 --- a/style.css +++ b/style.css @@ -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; }