a few style tweaks

This commit is contained in:
Danny Coates 2019-03-01 14:12:23 -08:00
parent 4820f175dd
commit 8f74ccdb48
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 10 additions and 10 deletions

View file

@ -9,9 +9,7 @@ module.exports = function(state, emit) {
class="h-full w-full flex flex-col items-center justify-center bg-white py-8 max-w-md mx-auto"
>
<h1 class="mb-4">${state.translate('downloadFilesTitle')}</h1>
<p
class="w-full mb-4 md:w-4/5 font-light text-center text-grey-darkest leading-normal"
>
<p class="w-full mb-4 text-center text-grey-darkest leading-normal">
${state.translate('downloadMessage')}
</p>
<form