diff --git a/assets/css/hero.css b/assets/css/hero.css index 899a8af..3180a1d 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -21,6 +21,7 @@ width: 100%; max-width: 1200px; gap: 2rem; /* Space between items */ + margin-bottom: 40px; } .hero-content { @@ -73,7 +74,7 @@ .screenshot img { max-width: 70vmin; height: auto; - border-radius: 30px; + border-radius: 20px; border: 4px solid black; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }