extra animation

This commit is contained in:
Satria 2024-11-03 16:13:17 +07:00
commit 3957d5fbce
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
@tailwind components;
@tailwind utilities;
* { @apply transition-all duration-500 ease-in-out; }
* { @apply transition-all duration-300 ease-in-out; }
body { @apply bg-slate-950 text-gray-400 max-w-3xl mx-auto my-8 px-4; }
h1 { @apply text-3xl md:text-4xl font-semibold my-4; }
h2 { @apply text-2xl md:text-3xl font-bold my-4; }