diff --git a/assets/scss/blocks/_cover.scss b/assets/scss/blocks/_cover.scss index 4645c5278f..4ee7c4f38c 100644 --- a/assets/scss/blocks/_cover.scss +++ b/assets/scss/blocks/_cover.scss @@ -21,4 +21,4 @@ bottom: 2px; right: 4px; } -} \ No newline at end of file +} diff --git a/assets/scss/home.scss b/assets/scss/home.scss index 2a26762930..2485ee3ca5 100644 --- a/assets/scss/home.scss +++ b/assets/scss/home.scss @@ -42,10 +42,10 @@ } .home-overview-link-down { - position: absolute; bottom: 2rem; left: 0; right: 0; + margin-top: -2rem; } // section title diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 1888264a38..9c024936ce 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -38,6 +38,10 @@ @import url($web-font-path); } +html { + scroll-behavior: smooth; +} + footer { min-height: 150px;