diff options
| author | Austin Riddell <53499821+aus-tin@users.noreply.github.com> | 2020-05-19 10:37:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 18:37:35 +0300 |
| commit | d88e6d0f80211b2ace5595af9931b997eb4c6bc4 (patch) | |
| tree | 12d9a63b404c1af3e6cec9a6c19d91d55473c81f /res/css/sticky-footer-navbar.css | |
| parent | 9168f9d5a8a6333e45309fdeabb2f71a368a5fce (diff) | |
Major frontend redesign (#5)
* Major frontend redesign
* Some improvements
Co-authored-by: RblSb <msrblsb@gmail.com>
Diffstat (limited to 'res/css/sticky-footer-navbar.css')
| -rw-r--r-- | res/css/sticky-footer-navbar.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/res/css/sticky-footer-navbar.css b/res/css/sticky-footer-navbar.css deleted file mode 100644 index 249aa42..0000000 --- a/res/css/sticky-footer-navbar.css +++ /dev/null @@ -1,26 +0,0 @@ -html, -body { - height: 100%; - /* The html and body elements cannot have any padding or margin. */ -} - -/* Wrapper for page content to push down footer */ -#wrap { - min-height: 100%; - height: auto; - /* Negative indent footer by its height */ - margin: 0 auto -60px; - /* Pad bottom by footer height */ - padding: 0 0 60px; -} - -/* Set the fixed height of the footer here */ -#footer { - min-height: 60px; - background-color: #f5f5f5; -} - -.container .credit { - margin: 20px 0; - text-align: center; -} |
