Skip to content
Snippets Groups Projects

Add menu to footer. Closes #43.

Merged Tom Teichler requested to merge issue43 into master
Files
4
@@ -3,16 +3,8 @@ html {
min-height: 100%;
}
body {
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
}
body > .container {
Loading