diff --git a/styles.css b/styles.css index dc5c146..e29c12e 100644 --- a/styles.css +++ b/styles.css @@ -155,7 +155,7 @@ /* Button */ .btn-primary { - @apply w-full bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded text-sm font-medium transition; + @apply bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded text-sm font-medium transition; } /* Session Container */