From a416336039e8ce126a4362af9d6d151be4f3640c Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 5 Jul 2025 20:57:26 +0100 Subject: [PATCH] block-comment commentary is aligned to top --- website/public/css/base.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/website/public/css/base.css b/website/public/css/base.css index d723bb4..676cd08 100644 --- a/website/public/css/base.css +++ b/website/public/css/base.css @@ -374,13 +374,9 @@ block-comment { } @media (min-width: 80rem) { - block-comment { - align-items: center; - - > blockquote:last-of-type { - grid-column: margin; - max-height: 67vh; - } + block-comment > blockquote:last-of-type { + grid-column: margin; + max-height: 67vh; } }