1
0
Fork 0
forked from mirror/pixelfed

Singular footer margin

Remove complexity and unnecessarily large gap
This commit is contained in:
trwnh 2018-06-03 01:20:06 -05:00 committed by GitHub
parent b1a46f9b15
commit 32fa4c2e0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<footer class="pt-5 mt-5">
<div class="container mt-5 pt-5">
<p class="mt-5 text-uppercase font-weight-bold small">
<footer>
<div class="container mt-5">
<p class="text-uppercase font-weight-bold small">
<a href="{{route('site.about')}}" class="text-primary pr-2">About Us</a>
<a href="{{route('site.help')}}" class="text-primary pr-2">Support</a>
<a href="" class="text-primary pr-2">API</a>