From f30fe4cb07edea916e1ad426c5311db85ae7eb7d Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 23 Jul 2019 14:00:08 +0200 Subject: [PATCH] smooth scrolling --- liquet/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/liquet/style.css b/liquet/style.css index 916c7cf..e529897 100644 --- a/liquet/style.css +++ b/liquet/style.css @@ -21,6 +21,7 @@ Theme URI: https://github.com/cupcakearmy/liquet --text-width: 35rem; --animation: all 100ms ease; --small-shadow: 0 0.2em 0.5em -0.1em #00000014; + scroll-behavior: smooth; } html, body {