diff --git a/scripts/app.js b/scripts/app.js index 6cbab94..65b719e 100644 --- a/scripts/app.js +++ b/scripts/app.js @@ -126,7 +126,7 @@ app.controller("head", ["$scope", app.controller("footer", ["$scope", function($scope) { - $scope.date = currentDate(); + $scope.year = new Date().getFullYear(); } ]); diff --git a/styles/default.css b/styles/default.css index 01e8356..88532a7 100644 --- a/styles/default.css +++ b/styles/default.css @@ -61,7 +61,7 @@ button:disabled position: relative; width: 800px; - min-height: calc(100vh - 100px - 100px); + min-height: calc(100vh - 100px - 60px); margin-right: auto; margin-left: auto; padding-top: 100px; @@ -154,17 +154,22 @@ button:disabled .footerContainer { width: 100%; - height: 80px; + height: 40px; } .centreFooterContainer { + line-height: 20px; + width: calc(800px - 20px); height: 100%; margin-right: auto; margin-left: auto; padding: 10px; + text-align: center; + vertical-align: middle; + color: #fff; background-color: #000; } diff --git a/views/footer.html b/views/footer.html index 648438d..424d0bb 100644 --- a/views/footer.html +++ b/views/footer.html @@ -1,5 +1,7 @@ -