diff --git a/assets/css/hero.css b/assets/css/hero.css index 5c1bb62..2ac9e56 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -27,7 +27,7 @@ .hero-logo { width: 200px; margin: 0 auto 20px; - margin-bottom: 20px; + margin-bottom: 60px; } .hero-title { @@ -52,7 +52,10 @@ .hero-button:hover { - color: #F9B208; + background-color: #F9B208; + border: 3px; + border-radius: 5px; + border-color: white; } .hero-screenshots {