Add vertical spacing and center app links

This commit is contained in:
Sam Carlton 2020-10-30 14:44:45 -05:00
parent 961c498f3b
commit ad76c6920b

View file

@ -7,7 +7,7 @@
<h2 class="subtitle text-2xl md:text-6xl font-bold py-6">
{{ app.text }}
</h2>
<div class="links space-x-6">
<div class="links space-y-6 sm:space-x-6">
<LinkButton
v-for="(link, i) in app.relatedLinks"
:key="i"