From: Ruben Beltran del Rio Date: Fri, 16 Feb 2024 21:32:49 +0000 (+0100) Subject: Add the smooth behavior X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/a28829c3e9008d51a5c1ad40d6c0265f14f46c8c?hp=-c Add the smooth behavior --- a28829c3e9008d51a5c1ad40d6c0265f14f46c8c diff --git a/css/style.css b/css/style.css index 0f687ce..e4b05e9 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +html { + scroll-behavior: smooth; +} + body { font-family: "Hoefler Text", "Times New Roman", serif; font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;