a few style tweaks
This commit is contained in:
parent
4820f175dd
commit
8f74ccdb48
4 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue