_sass/base/_page.scss in jekyll-theme-twenty-0.1.15 vs _sass/base/_page.scss in jekyll-theme-twenty-0.1.16

- old
+ new

@@ -1,8 +1,9 @@ // Set box model to border-box. // Based on css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice html { box-sizing: border-box; + scroll-behavior: smooth; } *, *:before, *:after { box-sizing: inherit; } \ No newline at end of file