From a0f280a2b408d0b9a362d1d00fcb6997061e1387 Mon Sep 17 00:00:00 2001 From: Capelier-Marla Date: Thu, 26 Jan 2023 18:36:04 +0100 Subject: [PATCH] added scroll smooth behavior --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index ab47e34..08ab3cb 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&display=swap'); :root { + scroll-behavior: smooth; font-family: 'Nunito', 'Arial'; /* vars */ /*--principal-pastel: hsl(341, 100%, 95%);*/