Increase footer padding
This commit is contained in:
parent
1abb4faaf2
commit
d5ac54945a
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
<slot/>
|
<slot/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer class="flex justify-center opacity-50 hover:opacity-80 transition duration-400 space-x-5 pb-6">
|
<footer class="flex justify-center opacity-50 hover:opacity-80 transition duration-400 space-x-5 pb-10">
|
||||||
<router-link to="/terms">
|
<router-link to="/terms">
|
||||||
Terms
|
Terms
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
<LinkCardList :links="navigationLinks"/>
|
<LinkCardList :links="navigationLinks"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer class="flex justify-center opacity-30 hover:opacity-60 transition duration-400 space-x-5 pb-6">
|
<footer class="flex justify-center opacity-30 hover:opacity-60 transition duration-400 space-x-5 pb-10">
|
||||||
<router-link to="/terms">
|
<router-link to="/terms">
|
||||||
Terms
|
Terms
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
Loading…
Add table
Reference in a new issue