Adds a nice navbar to the website

This commit is contained in:
2016-01-25 17:24:30 +01:00
parent d1d6cad190
commit 6602ce8db2
3 changed files with 57 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
body > .container {
padding-top: 60px;
}