diff --git a/src/scss/global.scss b/src/scss/global.scss index 74f21e01..e3d97499 100644 --- a/src/scss/global.scss +++ b/src/scss/global.scss @@ -12,14 +12,23 @@ @import 'typography'; /** - * GLOBAL STYLES + * GLOBAL STYLES */ +html, body { + height: 100%; +} + body { scroll-behavior: smooth; + display: flex; + flex-direction: column; } -main:focus { - outline: none; +main { + flex: 1 0 auto; + &:focus { + outline: none; + } } hr {