Added smooth scrolling

This commit is contained in:
Fernando Videira
2024-06-11 14:18:50 +01:00
parent 3cbf508664
commit c5d921e470
2 changed files with 23 additions and 6 deletions
+3 -1
View File
@@ -24,4 +24,6 @@ body {
@apply rounded-xl px-4 py-2 mt-2 bg-gray-bg border-solid border border-gray-300 text-sm md:text-lg;
}
.gold-text {
@apply bg-clip-text text-transparent bg-gradient-to-br from-gold-light to-gold-dark;
}