updated dowload page style

This commit is contained in:
Danny Coates 2019-02-26 16:03:12 -08:00
parent 8e104d2a5b
commit 4a40c75173
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -146,7 +146,9 @@ module.exports = function(state, emit) {
break;
default:
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>
<p
class="w-full md:w-4/5 font-light text-grey-darkest text-center leading-normal"