diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-05 20:57:26 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-05 20:57:26 +0100 |
| commit | a416336039e8ce126a4362af9d6d151be4f3640c (patch) | |
| tree | 65116682177d9ef8098d73e62a8f4dbc8863dcdd | |
| parent | c510415b6424aaf02d5b1a9d304654b91ffa35a4 (diff) | |
block-comment commentary is aligned to top
| -rw-r--r-- | website/public/css/base.css | 10 |
1 files 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; } } |
