24
1
Fork 0

added top margin to intro

This commit is contained in:
Danny Coates 2019-03-07 11:17:27 -08:00
parent ea78382e5e
commit fc1d2f43da
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module.exports = function intro(state) {
<send-intro
class="flex flex-col items-center justify-center bg-white px-6 md:py-0 py-6 mb-0 h-full w-full"
>
<div class="flex flex-col h-full">
<div class="mt-12 flex flex-col h-full">
<h1 class="font-bold">
${state.translate('introTitle')}
</h1>