getgrav / grav-theme-landio

Land.io is a carefully crafted landing page UI kit and landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.
https://getgrav.org
Other
31 stars 15 forks source link

smooth scrolling #19

Open jgobi opened 5 years ago

jgobi commented 5 years ago

It would be good to incorporate a smooth scrolling when clicking on a link to a section. A single CSS rule would do this job, since this theme is focused in modern browsers:

html {
  scroll-behavior: smooth;
}