Issue 44 - Added more info to the footer

This commit is contained in:
perryharlock
2013-10-03 13:52:37 +01:00
parent 5c7f3087a5
commit 8fc041ff3e
5 changed files with 55 additions and 10 deletions

View File

@@ -51,6 +51,17 @@
.graph-spacer {
padding-bottom:80px;
}
.footer {
text-align:center;
.nav {
float:none;
li {
width:33%;
}
}
}
}
@media (max-width:767px) {
.date-selector {
@@ -137,4 +148,11 @@
}
}
}
.footer {
.nav {
a {
padding:10px 5px;
}
}
}
}