💄 Add smooth scrolling behaviour

This commit is contained in:
James Panther
2022-01-12 00:08:38 +11:00
parent cdf56a1e11
commit 2043921232
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -2022,6 +2022,10 @@ body a, body button {
overflow: hidden;
}
.scroll-smooth {
scroll-behavior: smooth;
}
.rounded-full {
border-radius: 9999px;
}