diff --git a/src/styles/app.scss b/src/styles/app.scss index 1cac7d0a..5265df2c 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -34,6 +34,12 @@ body { flex-direction: column; & > main { flex: 1; + display: flex; + flex-direction: column; + + & > section:last-child { + flex: 1; + } } }