diff --git a/assets/css/hero.css b/assets/css/hero.css index f7c04fd..9318695 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -187,7 +187,6 @@ height: 65vh; width: 100%; flex-direction: column; - align-content: start; } .hero-content { @@ -228,6 +227,10 @@ flex-direction: column; } - + .bloc-image img { + width: 45vw; + max-width: 500px; + height: auto; + } } \ No newline at end of file