Fix grid alignment

This commit is contained in:
Ben Goldsworthy 2021-01-21 15:51:11 +00:00
parent 93122a867c
commit 7a27b2e2d9
1 changed files with 1 additions and 0 deletions

View File

@ -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 {