diff --git a/assets/app.css b/assets/app.css index 4868143..5565709 100644 --- a/assets/app.css +++ b/assets/app.css @@ -29,7 +29,7 @@ @layer components { .btn { - @apply rounded-full bg-black py-4 px-6 text-sm text-white no-underline shadow-lg duration-100 active:scale-95 dark:bg-white dark:text-black; + @apply rounded-full bg-black px-7 py-4 text-sm text-white no-underline shadow-sm duration-100 active:scale-95 dark:bg-white dark:text-black; } .link {