forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 19:39:34 -06:00
parent e581260d74
commit ac135937c1
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
</div>
<!-- Submit button -->
{% if v %}
<ul class="flex flex-col mt-3 mb-0">
<ul class="flex flex-col space-y-2 mt-3 mb-0">
<li>
<a class="btn btn-primary text-center w-full" href="/submit">
Submit drama
@ -20,13 +20,13 @@
</a>
</li>
<li>
<a class="btn btn-gray text-center w-full" href="/submit">
<a class="btn btn-yellow text-center w-full" href="/submit">
rDrama Shop
<i class="fas fa-shop fa-fw fa-sm ml-1"></i>
</a>
</li>
<li>
<a class="btn btn-gray text-center w-full" href="/submit">
<a class="btn btn-pink text-center w-full" href="/submit">
Latest Comments
<i class="fas fa-comments-alt fa-fw fa-sm ml-1"></i>
</a>