diff --git a/assets/css/hero.css b/assets/css/hero.css index 8267128..3902edd 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -120,8 +120,8 @@ } .bloc-text h3 { - font-size: 2.2rem; - font-weight: bold; + font-size: 2.3rem; + font-weight: bolder; color: #E72E77; margin-bottom: 1rem; } @@ -236,6 +236,16 @@ /* Phone screens */ @media (max-width: 767px) { + .hero-first { + height: 50vh; + flex-direction: row; + } + + .hero-screenshots { + height: 30vh; + } + + .hero-bloc { flex-direction: column; } @@ -245,4 +255,6 @@ flex-direction: row-reverse; } + + } \ No newline at end of file