24
1
Fork 0

tweaked btn style

This commit is contained in:
Danny Coates 2019-02-22 13:59:57 -08:00
parent 3f4cdd844c
commit 2dce066449
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 2 additions and 3 deletions

View File

@ -28,9 +28,8 @@ body {
@apply bg-blue-dark;
@apply text-white;
@apply cursor-pointer;
@apply py-2;
@apply py-4;
@apply px-6;
@apply h-12;
}
.btn:hover {

View File

@ -32,7 +32,7 @@ module.exports = function(state, emit) {
<h1 class="">${strings.header}</h1>
<p class=" mt-4 mb-8 max-w-md leading-normal">${strings.description}</p>
${why}
<a href="${url}" class="btn rounded-lg mt-8 py-4 px-8 h-auto">
<a href="${url}" class="btn rounded-lg mt-8 px-8">
${strings.button}
</a>
</div>