diff --git a/assets/css/hero.css b/assets/css/hero.css index 63790bd..b2e3c51 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -55,7 +55,7 @@ /* color: #2ee797; */ color: #ff3988; opacity: 1; - box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2); + box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3); } .hero-screenshots { @@ -68,7 +68,7 @@ .screenshot { width: 100%; - height: 100%; + height: 330px; background-color: white; border: 5px solid black; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);