a few style tweaks
This commit is contained in:
parent
4820f175dd
commit
8f74ccdb48
4 changed files with 10 additions and 10 deletions
|
@ -37,9 +37,7 @@ function preview(state, emit) {
|
|||
class="flex flex-col w-full max-w-md h-full mx-auto items-center justify-center"
|
||||
>
|
||||
<h1 class="mb-4">${state.translate('downloadFilesTitle')}</h1>
|
||||
<p
|
||||
class="w-full md:w-4/5 font-light text-grey-darkest text-center leading-normal"
|
||||
>
|
||||
<p class="w-full text-grey-darkest text-center leading-normal">
|
||||
${state.translate('downloadMessage')}
|
||||
</p>
|
||||
${archiveTile.preview(state, emit)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue