diff --git a/moneropro/settings.py b/moneropro/settings.py index 1a2eb1e..838a0a6 100644 --- a/moneropro/settings.py +++ b/moneropro/settings.py @@ -34,7 +34,7 @@ SECRET_KEY = 'dafsdasdfasfa7sdfs9d7das7f9as7df8ad43525fsffdssdg455$$###77saf9df7 # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True #DEBUG = False -#STATIC_ROOT = "/var/www/moneropro/static/" +STATIC_ROOT = "/var/www/moneropro/static/" ALLOWED_HOSTS = ['www.moneroj.net', 'localhost', '127.0.0.1', 'moneroj.net'] diff --git a/static/css/style.css b/static/css/style.css index 4af1ace..0b3ff79 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -253,14 +253,15 @@ h1, h2, h3, h4, h5, h6 { @media (max-width: 1024px), (max-height: 768px) { #hero { - margin-bottom: -80px; - height: 80vh; + margin-bottom: -30px; + height: 90vh; } } @media (max-width: 768px) { #hero { - height: 80vh; + margin-bottom: -30px; + height: 100vh; } #hero h1 { font-size: 28px; @@ -269,13 +270,13 @@ h1, h2, h3, h4, h5, h6 { #hero h2 { font-size: 18px; line-height: 24px; - margin-bottom: 30px; } } @media (max-height: 500px) { #hero { - height: 100vh; + margin-bottom: -15px; + height: 120vh; } }