Fix grid alignment
This commit is contained in:
parent
93122a867c
commit
7a27b2e2d9
1 changed files with 1 additions and 0 deletions
|
@ -1346,6 +1346,7 @@ a:hover, a:focus {
|
||||||
#split-page > #wrapper > .body {
|
#split-page > #wrapper > .body {
|
||||||
grid-area: post-content;
|
grid-area: post-content;
|
||||||
display: block;
|
display: block;
|
||||||
|
align-self: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
#split-page > #wrapper > .body > figure {
|
#split-page > #wrapper > .body > figure {
|
||||||
|
|
Reference in a new issue