diff --git a/static/css/main.css b/static/css/main.css index 30994e3ba58759bfbbc54c2cb02e2e017e953ebc..d16a5b14d0a15464921d56caa143469b801fc15e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -18,7 +18,7 @@ html, body { border: 0; width: 100%; height: 100%; - min-width: 450px; + min-width: 400px; } body { @@ -641,6 +641,8 @@ footer .lang-dropdown { .big-hero header { background-size: auto 250px; + background-position: 50% 50%; + background-attachment: inherit; height: 250px; } @@ -651,7 +653,6 @@ footer .lang-dropdown { } .big-hero header h1 { - background-position: 50% 50%; padding: 25px 0 0; } @@ -705,7 +706,7 @@ footer .lang-dropdown { #stats div span { font-size: 14px; - width: 200px; + width: 175px; margin-bottom: 4px; }