a few font adjustments

This commit is contained in:
Danny Coates 2019-02-14 12:23:27 -08:00
parent 21e3095dc9
commit 6b6b04e93b
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 6 additions and 7 deletions

View file

@ -7,10 +7,10 @@ module.exports = function intro(state) {
class="flex flex-col items-center justify-center bg-white border border-grey-light md:border-none px-6 md:py-0 py-6 mb-0 h-full w-full"
>
<div class="flex flex-col justify-end h-full py-8">
<h1 class="font-bold leading-normal">
<h1 class="font-bold">
${state.translate('uploadPageHeader')}
</h1>
<p class="max-w-sm font-light leading-normal">
<p class="max-w-sm mt-2 font-light leading-normal">
${state.translate('uploadPageExplainer')}
</p>
<img class="-mb-12" src="${assets.get('intro.png')}" />