mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 15:10:54 +03:00
updated dowload page style
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user