From ab1bf8276a9ddde7e7eccb0e05f1db6a512cb915 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 20 Mar 2019 23:31:35 +0000 Subject: [PATCH] Adjust button styling --- assets/css/components/button.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/components/button.css b/assets/css/components/button.css index 4d8c39f..d88207f 100644 --- a/assets/css/components/button.css +++ b/assets/css/components/button.css @@ -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 {