diff options
| author | Max | 2018-02-10 01:59:26 +0100 |
|---|---|---|
| committer | Max | 2018-02-10 01:59:26 +0100 |
| commit | 09ab27a6d19883317f2fc185b57b971b8c780069 (patch) | |
| tree | 86ae7b2e8da2bc53c3e86574ea28e869d0efb4dc /site/public/css/sticky-footer-navbar.css | |
| parent | 374defdff5502123d84e2e48fdd4faa4636447da (diff) | |
| download | alkobote-09ab27a6d19883317f2fc185b57b971b8c780069.tar.gz | |
Major improvements. (website)
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%; -} |
