Removed footer

This commit is contained in:
Björn Dahlgren 2016-11-10 01:22:57 +01:00
parent 88c3a2067c
commit a144dbdf02
2 changed files with 1 additions and 19 deletions

View File

@ -6,19 +6,7 @@ html {
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 70px;
margin-bottom: 60px;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background-color: #f5f5f5;
}
#footer .container .text-muted {
margin: 20px 0;
padding-bottom: 20px;
}
.text-nowrap {

View File

@ -5,9 +5,3 @@
<div id="content"></div>
</div>
<div id="footer">
<div class="container">
<p class="text-muted">Created by <a href="http://dahlgren.at" target=_blank>Björn Dahlgren</a></p>
</div>
</div>