Made footer responsive

This commit is contained in:
Corey 2020-05-26 13:48:29 +08:00
parent e0d58320f3
commit 1721761c2d

View file

@ -121,17 +121,19 @@
</template>
</div>
<footer
class="flex flex-row py-8 mx-8 border-t border-gray-300 text-gray-700"
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"
>
Project by&nbsp;
<a
href="https://twitter.com/CoreyGinnivan"
rel="noreferrer"
target="_blank"
class="text-black hover:underline"
>Corey Ginnivan</a
>
<span class="ml-auto">Use how you want, without attribution</span>
<span>
Project by&nbsp;
<a
href="https://twitter.com/CoreyGinnivan"
rel="noreferrer"
target="_blank"
class="text-black hover:underline"
>Corey Ginnivan</a
>
</span>
<span class="md:ml-auto">Use how you want, without attribution</span>
</footer>
<script>
var sourceData = [