diff --git a/index.html b/index.html index 059af92..feec0d8 100644 --- a/index.html +++ b/index.html @@ -24,8 +24,8 @@ - + diff --git a/styles/default.css b/styles/default.css index 881578b..c414452 100644 --- a/styles/default.css +++ b/styles/default.css @@ -33,8 +33,9 @@ a position: relative; width: 800px; - min-height: calc(100vh - 120px); - margin-left: calc(50vw - 400px); + min-height: calc(100vh - 116px - 100px); + margin-right: auto; + margin-left: auto; padding-top: 100px; } @@ -46,7 +47,7 @@ a z-index: 10; top: 0; - width: 100vw; + width: 100%; height: 70px; vertical-align: middle; @@ -124,11 +125,20 @@ a .footerContainer { - position: absolute; - bottom: 0; - width: 100%; - height: 100px; + height: 60px; +} + +.centreFooterContainer +{ + width: calc(800px - 20px); + height: 100%; + margin-right: auto; + margin-left: auto; + padding: 10px; + + color: #fff; + background-color: #000; } .sidebar diff --git a/views/footer.html b/views/footer.html index f33f44e..648438d 100644 --- a/views/footer.html +++ b/views/footer.html @@ -1,3 +1,5 @@
- Footer +
+ Footer +