updated password ui size

This commit is contained in:
Danny Coates 2019-02-26 15:38:55 -08:00
parent b6941345a7
commit 1529a86180
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -10,7 +10,7 @@ function password(state, emit) {
const div = html`
<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>
<p