diff --git a/static/css/main.css b/static/css/main.css index c59f115659ccaf9dbdd2b97717f2b8d16057a0dc..16a4aeebe32740f21fcb5463daf237d520e4b77e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -362,6 +362,12 @@ header h1 { text-shadow: 0px 0px 1px rgba(0,0,0,0.8); } +.big-hero header { + background-position-y: 54px; + background-size: auto 350px; + background-attachment: fixed; +} + .big-hero header h1 { padding: 125px 0; } @@ -591,6 +597,10 @@ footer .lang-dropdown { display: none; } + .big-hero header { + background-size: auto 250px; + } + header h1 { padding: 50px 0 50px; font-size: 2rem; @@ -598,6 +608,7 @@ footer .lang-dropdown { } .big-hero header h1 { + background-position: 50% 50%; padding: 100px 0; }