Adjust button styling
This commit is contained in:
parent
665ecc0746
commit
ab1bf8276a
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
.tw-button {
|
.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,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue