diff --git a/assets/css/hero.css b/assets/css/hero.css index 7228cf1..2205f7e 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -236,12 +236,13 @@ } .hero-second { - width: 100%; margin-top: 2vh; } .hero-bloc { flex-direction: column; + width: 100%; + } /* Revoke alternate layout for image on left or right */ @@ -268,4 +269,8 @@ font-size: 3rem; text-align: center; } + + .hero-button-end { + margin-top: 20px; + } } \ No newline at end of file