This commit is contained in:
anon 2022-07-19 19:29:55 -03:00
parent 226c751760
commit d9bc0514fd
2 changed files with 7 additions and 6 deletions

View file

@ -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']

View file

@ -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;
}
}