less round

This commit is contained in:
Benjamin Palko 2024-12-12 16:46:32 -05:00
parent c56d77f26f
commit c8c56f1ca0

View file

@ -31,7 +31,7 @@
<style> <style>
.button { .button {
@apply inline-block cursor-pointer rounded-full border-0 font-semibold leading-none transition-colors hover:opacity-80 hover:shadow-lg; @apply inline-block cursor-pointer rounded-lg border-0 font-semibold leading-none transition-colors hover:opacity-80 hover:shadow-lg;
} }
.button--small { .button--small {
@apply px-2 py-0.5 text-sm; @apply px-2 py-0.5 text-sm;