diff --git a/assets/css/hero.css b/assets/css/hero.css index 2a74f42..2807bce 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -7,7 +7,7 @@ justify-content: space-between; flex-direction: column; align-items: center; - background: linear-gradient(to bottom right, #F9B208, #F38C29 50%, #E72E77); + background: linear-gradient(to bottom, #F9B208, #F38C29 50%, #E72E77); } .hero-first { @@ -87,10 +87,10 @@ .hero-catch-phrase { text-align: center; font-size: 2.5rem; - color: #E72E77; + color: white; margin: 10px 0; margin-bottom: 25px; - text-shadow: 0 0 2px #fff; + text-shadow: 0 0 10px #E72E77; }