Skip to content

Commit 8a12728

Browse files
Fix: Hero-Image-container alignment fixed
1 parent 97dd68d commit 8a12728

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ body {
392392

393393
/* Hero Image Styles */
394394
.hero-image-container {
395-
margin-top: -50px;
396395
display: flex;
397396
justify-content: center;
398397
align-items: center;
@@ -784,6 +783,11 @@ body {
784783
/* ✅ Responsive: stack cards full width on mobile */
785784
@media (max-width: 768px) {
786785

786+
787+
.hero-image-container {
788+
margin-top: -50px;
789+
790+
}
787791
.scroll-indicator{
788792
display: none;
789793
}

0 commit comments

Comments
 (0)