Adjust button styling

This commit is contained in:
Oliver Davies 2019-03-20 23:31:35 +00:00
parent 665ecc0746
commit ab1bf8276a

View file

@ -1,5 +1,8 @@
.tw-button {
@apply inline-block uppercase font-bold text-lg mx-2 py-3 px-5 text-white no-underline bg-black !important;
@apply block uppercase font-bold text-lg py-3 px-5 text-white no-underline bg-black !important;
@screen md {
@apply w-1/2 inline-flex items-center justify-center mx-2 !important
}
&:hover,
&:focus {