a few font adjustments
This commit is contained in:
parent
21e3095dc9
commit
6b6b04e93b
3 changed files with 6 additions and 7 deletions
|
@ -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')}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue