Remove 1 item in footer to not have an odd number

It looked weird with an odd number on mobile when there is 2 columns
This commit is contained in:
dev 2021-08-06 14:13:30 -07:00
parent 58fb2d2834
commit d9b52e2bb0

View File

@ -123,11 +123,6 @@
<li><a href="{{ url('api') }}">API</a></li>
</ul>
</div>
<div class="col-6 col-md">
<ul class="list-unstyled">
<li><a href="{{ route('meme') }}">Submit</a></li>
</ul>
</div>
<div class="col-6 col-md">
<ul class="list-unstyled">
<li><a href="{{ route('leaderboard') }}">Leaderboard</a></li>