fix
This commit is contained in:
parent
ea79d2d180
commit
eb4a8da6fb
1 changed files with 23 additions and 23 deletions
|
@ -123,6 +123,29 @@
|
|||
Create account
|
||||
</button>
|
||||
|
||||
<ul class="mt-8 mx-auto max-w-2xl flex flex-col md:flex-row md:items-center md:justify-center md:space-x-3 md:divide-x md:divide-gray-400 text-xs font-medium leading-none border-t border-gray-200">
|
||||
<li>
|
||||
<a href="#" class="text-gray-300 hover:text-gray-400">
|
||||
About
|
||||
</a>
|
||||
</li>
|
||||
<li class="mt-2 md:mt-0 md:pl-3">
|
||||
<a href="/rules" class="text-gray-300 hover:text-gray-400">
|
||||
Community Etiquette
|
||||
</a>
|
||||
</li>
|
||||
<li class="mt-2 md:mt-0 md:pl-3">
|
||||
<a href="https://github.com/Aevann1/Drama" class="text-gray-300 hover:text-gray-400">
|
||||
GitHub
|
||||
</a>
|
||||
</li>
|
||||
<li class="mt-2 md:mt-0 md:pl-3">
|
||||
<span class="text-gray-300">
|
||||
©2021 Copyright rdrama.net
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
@ -131,29 +154,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<ul class="mt-8 mx-auto max-w-2xl flex flex-col md:flex-row md:items-center md:justify-center md:space-x-3 md:divide-x md:divide-gray-400 text-xs font-medium leading-none">
|
||||
<li>
|
||||
<a href="#" class="text-gray-300 hover:text-gray-400">
|
||||
About
|
||||
</a>
|
||||
</li>
|
||||
<li class="mt-2 md:mt-0 md:pl-3">
|
||||
<a href="/rules" class="text-gray-300 hover:text-gray-400">
|
||||
Community Etiquette
|
||||
</a>
|
||||
</li>
|
||||
<li class="mt-2 md:mt-0 md:pl-3">
|
||||
<a href="https://github.com/Aevann1/Drama" class="text-gray-300 hover:text-gray-400">
|
||||
GitHub
|
||||
</a>
|
||||
</li>
|
||||
<li class="mt-2 md:mt-0 md:pl-3">
|
||||
<span class="text-gray-300">
|
||||
©2021 Copyright rdrama.net
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
{% include '/awards/Christmas/Snow.html' %}
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue