We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dd68d commit 8a12728Copy full SHA for 8a12728
styles.css
@@ -392,7 +392,6 @@ body {
392
393
/* Hero Image Styles */
394
.hero-image-container {
395
- margin-top: -50px;
396
display: flex;
397
justify-content: center;
398
align-items: center;
@@ -784,6 +783,11 @@ body {
784
783
/* ✅ Responsive: stack cards full width on mobile */
785
@media (max-width: 768px) {
786
+
787
+.hero-image-container {
788
+ margin-top: -50px;
789
790
+}
791
.scroll-indicator{
792
display: none;
793
}
0 commit comments