mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add vertical spacing and center app links
This commit is contained in:
parent
961c498f3b
commit
ad76c6920b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
<h2 class="subtitle text-2xl md:text-6xl font-bold py-6">
|
<h2 class="subtitle text-2xl md:text-6xl font-bold py-6">
|
||||||
{{ app.text }}
|
{{ app.text }}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="links space-x-6">
|
<div class="links space-y-6 sm:space-x-6">
|
||||||
<LinkButton
|
<LinkButton
|
||||||
v-for="(link, i) in app.relatedLinks"
|
v-for="(link, i) in app.relatedLinks"
|
||||||
:key="i"
|
:key="i"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue