Merge pull request #134 from ThomasRubini/scroll_smooth

added scroll smooth behavior
This commit is contained in:
Marla 2023-01-26 18:36:24 +01:00 committed by GitHub
commit e1547e14cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%);*/