branch: main commit 66b69a2a9efd4e16300666d96fbaeb0e5f62575e Author: john muhl <j...@pub.pink> Commit: Stefan Kangas <stefankan...@gmail.com>
Fix some CSS issues * html/layout.css (footer): Remove fixed height so the background expands to encompass all footer content. (table): Make packages table always use full page width. --- html/layout.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/html/layout.css b/html/layout.css index 5819fe547a..847ab65395 100644 --- a/html/layout.css +++ b/html/layout.css @@ -72,7 +72,7 @@ html, body { height: 100%; margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */ } -footer, .push, .footer { +.push { height: 90px; /* .push must be the same height as .footer */ } @@ -295,6 +295,10 @@ footer p, .footer p { line-height: 1.4em; } +table { + width: 100%; +} + @media screen and (max-width: 999px) { .container { width: 600px; @@ -306,10 +310,6 @@ footer p, .footer p { font-size: 1em; } - table { - width: 100%; - } - .container { width: 90%; padding: 40px 5%;