Change the footer to scale better

It feels nicer with a more minimal design. It should also scale
better on mobile devices
This commit is contained in:
Arctic Code 2014-02-19 08:41:40 -06:00
parent 937c469892
commit cffa7c43c3
1 changed files with 4 additions and 4 deletions

View File

@ -128,11 +128,11 @@
</div>
</div>
<div id="footer" style="position:fixed;width:100%;bottom:2px;">
<div id="footer" style="position:absolute;width:100%;bottom:1%;">
<div class="container">
<br /><p class="text-muted credit" style="padding-bottom:20px;">
Copyright &copy; 2012-2013 UnPS-GAMATechnologies - Fork me on <a href="https://github.com/alopexc0de/UnPS-Short">GitHub</a>
<a id="privacy-link" href="http://unps-gama.info/privacy.php">Privacy Policy</a> <a id="tos-link" href="terms.php">Terms Of Service</a>
<p class="text-muted credit" style="padding-bottom:2.3%;">
Copyright &copy; 2014 Unified Programming Solutions - Fork me on <a href="https://github.com/alopexc0de/UnPS-Short">GitHub</a>
<a id="tos-link" href="terms.php">Terms Of Service</a>
</p>
</div>
</div>