Closed jonnyburch closed 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)
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.
Might be a nice improvement to stick the footer:
(or equivalent)