diff options
Diffstat (limited to 'site/public/css/sticky-footer-navbar.css')
| -rw-r--r-- | site/public/css/sticky-footer-navbar.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/public/css/sticky-footer-navbar.css b/site/public/css/sticky-footer-navbar.css index bca2eae..3e26103 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: 200px; + margin-bottom: 300px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ - height: 200px; + height: 300px; line-height: 60px; /* Vertically center the text there */ background-color: #f5f5f5; } |
