diff options
Diffstat (limited to 'site/public/css/sticky-footer-navbar.css')
| -rw-r--r-- | site/public/css/sticky-footer-navbar.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/site/public/css/sticky-footer-navbar.css b/site/public/css/sticky-footer-navbar.css index 07fd56a..bca2eae 100644 --- a/site/public/css/sticky-footer-navbar.css +++ b/site/public/css/sticky-footer-navbar.css @@ -6,14 +6,14 @@ html { } body { /* Margin bottom by footer height */ - margin-bottom: 60px; + margin-bottom: 200px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ - height: 60px; + height: 200px; line-height: 60px; /* Vertically center the text there */ background-color: #f5f5f5; } @@ -23,15 +23,14 @@ body { -------------------------------------------------- */ /* Not required for template or sticky footer method. */ +/* +*/ body > .container { - padding: 60px 15px 0; + padding: 30px 15px 0; } .footer > .container { + margin-top: 10px; padding-right: 15px; padding-left: 15px; } - -code { - font-size: 80%; -} |
