Andy-set-studio / hylia

Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.
https://hylia.website
MIT License
905 stars 230 forks source link

Sticky footer by default #56

Closed jonnyburch closed 5 years ago

jonnyburch commented 5 years ago

Might be a nice improvement to stick the footer:

body {
  scroll-behavior: smooth;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

(or equivalent)

Andy-set-studio commented 5 years ago

It's a good idea, @jonnyburch. I'll label it as a good first issue.

If anyone comes along to implement this, this best place to implement it would be in global.scss.