updated password ui size
This commit is contained in:
parent
b6941345a7
commit
1529a86180
|
@ -10,7 +10,7 @@ function password(state, emit) {
|
||||||
|
|
||||||
const div = html`
|
const div = html`
|
||||||
<div
|
<div
|
||||||
class="h-full w-full flex flex-col items-center justify-center bg-white py-8"
|
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>
|
<h1 class="mb-4">${state.translate('downloadFilesTitle')}</h1>
|
||||||
<p
|
<p
|
||||||
|
|
Loading…
Reference in New Issue