Skip to content

Commit 7e9e0b9

Browse files
authored
Merge pull request #2231 from Kobzol/section-span
Extend the final section of a page to avoid white space
2 parents a47e562 + fa6607f commit 7e9e0b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles/app.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ body {
3434
flex-direction: column;
3535
& > main {
3636
flex: 1;
37+
display: flex;
38+
flex-direction: column;
39+
40+
& > section:last-child {
41+
flex: 1;
42+
}
3743
}
3844
}
3945

0 commit comments

Comments
 (0)