From 7a27b2e2d9d21c73a529efaa4d3cbb11fc55ea16 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Thu, 21 Jan 2021 15:51:11 +0000 Subject: [PATCH] Fix grid alignment --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 71569ec..b79d3c6 100644 --- a/style.css +++ b/style.css @@ -1346,6 +1346,7 @@ a:hover, a:focus { #split-page > #wrapper > .body { grid-area: post-content; display: block; + align-self: start; } #split-page > #wrapper > .body > figure {