block-comment commentary is aligned to top

This commit is contained in:
2025-07-05 20:57:26 +01:00
parent c510415b64
commit a416336039

View File

@@ -374,13 +374,9 @@ block-comment {
} }
@media (min-width: 80rem) { @media (min-width: 80rem) {
block-comment { block-comment > blockquote:last-of-type {
align-items: center; grid-column: margin;
max-height: 67vh;
> blockquote:last-of-type {
grid-column: margin;
max-height: 67vh;
}
} }
} }