mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01:00
updated dowload page style
This commit is contained in:
parent
8e104d2a5b
commit
4a40c75173
@ -146,7 +146,9 @@ module.exports = function(state, emit) {
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
content = html`
|
content = html`
|
||||||
<div class="flex flex-col w-full h-full items-center justify-center">
|
<div
|
||||||
|
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>
|
<h1 class="mb-4">${state.translate('downloadFilesTitle')}</h1>
|
||||||
<p
|
<p
|
||||||
class="w-full md:w-4/5 font-light text-grey-darkest text-center leading-normal"
|
class="w-full md:w-4/5 font-light text-grey-darkest text-center leading-normal"
|
||||||
|
Loading…
Reference in New Issue
Block a user