diff --git a/assets/css/hero.css b/assets/css/hero.css index dcbedc1..028093f 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -85,6 +85,7 @@ font-size: 2.5rem; color: #333; margin: 10px 0; + margin-bottom: 20px; } .hero-second { @@ -92,7 +93,7 @@ flex-direction: column; /* Stack elements vertically by default */ align-items: center; text-align: center; - width: 60%; + width: 65%; gap: 2rem; /* Space between items */ margin-bottom: 4rem; }