no-op startAuthFlow on android

This commit is contained in:
Danny Coates 2019-03-08 13:04:46 -08:00
parent 07eefcafdb
commit da5f503dbc
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 17 additions and 15 deletions

View file

@ -10,7 +10,7 @@ module.exports = function intro(state) {
<h1 class="font-bold">
${state.translate('introTitle')}
</h1>
<p class="max-w-sm mt-2 pr-16 leading-normal">
<p class="max-w-sm leading-normal mt-6 md:mt-2 md:pr-16">
${state.translate('introDescription')}
</p>
<img class="intro" src="${assets.get('intro.svg')}" />