Add DO to footer & update styling

pull/127/head
MattIPv4 2019-11-19 21:05:34 +00:00
parent 05cdd42b79
commit 965e20a945
2 changed files with 6 additions and 7 deletions

View File

@ -196,5 +196,6 @@
<footer>
<div class="container-fluid">
Lovingly made by <a href="https://balint.szekeres.me" target="_blank">Bálint Szekeres</a>
and maintained by <a href="https://github.com/digitalocean/nginxconfig.io" target="_blank">DigitalOcean</a>.
</div>
</footer>

View File

@ -1,10 +1,8 @@
footer {
padding: 2rem 0 0.5rem;
padding: 2rem 0 0;
text-align: center;
font-size: 0.8rem;
.balaton {
height: 1.6rem;
vertical-align: middle;
}
font-size: .8rem;
background: #fff;
box-shadow: none;
margin: 0;
}