Move how it works to line below button

This commit is contained in:
Sam Carlton 2021-02-18 15:10:52 -06:00
parent cc823cbb49
commit 8b774b1ab7

View file

@ -19,11 +19,6 @@
Check for Apple Silicon compatibility for your apps before you buy an M1 Mac. Check for Apple Silicon compatibility for your apps before you buy an M1 Mac.
</h2> </h2>
<a
href="/#"
class="underline"
>How it works</a>
</header> </header>
<div class="app-tester w-full space-y-4 pb-64"> <div class="app-tester w-full space-y-4 pb-64">
@ -47,7 +42,15 @@
>Cancel</button> >Cancel</button>
</template> </template>
<small>Supports: Mac Apps, Zip files, and <em>some</em> DMG files. Bigger files take longer.</small> <div>
<small>
<span>Supports: Mac Apps, Zip files, and <em>some</em> DMG files. Bigger files take longer. </span>
<a
href="/#"
class="underline"
>How it works</a>
</small>
</div>
<input <input
ref="file-selector" ref="file-selector"