diff --git a/assets/css/hero.css b/assets/css/hero.css index def6251..4b33fdd 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -26,20 +26,22 @@ .hero-logo { width: 200px; margin: 0 auto 20px; + margin-bottom: 20px; } .hero-title { font-size: 2.5rem; color: white; - margin-bottom: 20px; + margin-bottom: 40px; } .hero-button { background-color: white; color: #E72E77; padding: 15px 30px; - border: none; + border: 3px; border-radius: 5px; + border-color: white; font-size: 1.4rem; font-weight: bold; cursor: pointer;