From 6bcd68fe7ab3a731bb2215a866bf1cf561005b51 Mon Sep 17 00:00:00 2001 From: antongit Date: Tue, 26 Mar 2024 17:02:46 +0100 Subject: [PATCH] Removed css for mobile image, because it is still getting scaled somehow resulting in the worse artwork credits. --- assets/css/creative.css | 17 +++++++++++++---- assets/scss/_hero.scss | 4 ++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/assets/css/creative.css b/assets/css/creative.css index 251f499e..f457e664 100644 --- a/assets/css/creative.css +++ b/assets/css/creative.css @@ -308,23 +308,32 @@ header { width: 100%; text-align: center; color: #fff; - background-image: url(../img/header_6.0_1500.jpg); - background-position: 71% 0%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; overflow: hidden; padding: 2em 0 4em; - height: 400px; + + /* For smaller mobile image */ + /* background-image: url(../img/header_6.0_1500.jpg); + background-position: 71% 0%; + height: 400px; */ + + background-image: url(../img/header_6.0.jpg); + background-position: 71% 0%; + height: 600px; + } +/* For smaller mobile image */ +/* @media (min-width: 1000px){ header { background-image: url(../img/header_6.0.jpg); min-height: 600px; } -} +} */ @media (min-width: 2250px){ header { diff --git a/assets/scss/_hero.scss b/assets/scss/_hero.scss index dd5e10ed..857a214f 100644 --- a/assets/scss/_hero.scss +++ b/assets/scss/_hero.scss @@ -9,12 +9,12 @@ @media(min-width:500px) { width: 450px; - font-size: 1.3em; //1.5em when not caps + // font-size: 1.3em; //1.5em when not caps } p { - font-size: 1em; //1.5em when not caps + font-size: 1.3em; //1.5em when not caps font-weight: 100; text-transform: uppercase; }