diff --git a/src/App.sass b/src/App.sass index 5ed35c9..e174a7f 100644 --- a/src/App.sass +++ b/src/App.sass @@ -6,6 +6,7 @@ font-family: 'Titillium Web', sans-serif display: flex flex-direction: column + justify-content: space-between align-items: center .content @@ -15,6 +16,6 @@ max-width: 1024px padding: 1em 0 text-align: center - flex: 1 0 auto + flex: 0 0 auto // @FIXME - known issue: padding will be treated like outer margins, causes scrollbars to appear