Fixed up footer and resizing

This commit is contained in:
Corey 2020-05-27 14:00:08 +08:00
parent dfef71de62
commit bd370a8521

View file

@ -20,9 +20,10 @@
/>
</head>
<body
class="bg-white font-mono leading-normal tracking-normal min-h-screen"
class="bg-white font-mono leading-normal tracking-normal flex flex-col min-h-screen"
x-data="loadIcons()"
>
<main class="flex-grow">
<div class="bg-white px-8 py-4">
<input
onFocus="this.select()"
@ -59,7 +60,12 @@
<label
class="inline-flex items-center md:ml-2 lg:ml-4 cursor-pointer rounded px-2 text-sm lg:text-base hover:bg-gray-900 hover:text-white"
>
<input type="radio" class="form-radio" name="clickType" value="link" />
<input
type="radio"
class="form-radio"
name="clickType"
value="link"
/>
<span class="ml-2">Copy Source Link</span>
</label>
<label
@ -125,6 +131,7 @@
</a>
</template>
</div>
</main>
<footer
class="flex flex-col space-y-4 md:space-y-0 md:flex-row py-8 mx-8 border-t border-gray-300 text-gray-700"
>