Spaces:
Running
Running
undefined - Follow Up Deployment
Browse files- index.html +2 -2
index.html
CHANGED
@@ -1009,7 +1009,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
1009 |
|
1010 |
|
1011 |
<!-- Horizontal Scroll Steps (Desktop Only) -->
|
1012 |
-
<div class="overflow-x-auto pb-4
|
1013 |
<div class="flex space-x-8 min-w-[1000px] px-4 items-center">
|
1014 |
<!-- Step 1 -->
|
1015 |
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-0" data-aos="fade-up">
|
@@ -1121,7 +1121,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
1121 |
</div>
|
1122 |
</div>
|
1123 |
</div>
|
1124 |
-
</section>
|
1125 |
|
1126 |
|
1127 |
<!-- Interactive Tools Section -->
|
|
|
1009 |
|
1010 |
|
1011 |
<!-- Horizontal Scroll Steps (Desktop Only) -->
|
1012 |
+
<div class="overflow-x-auto pb-4 md:hidden">
|
1013 |
<div class="flex space-x-8 min-w-[1000px] px-4 items-center">
|
1014 |
<!-- Step 1 -->
|
1015 |
<div class="min-w-[280px] bg-white rounded-xl shadow-lg p-6 flex flex-col items-center mt-0" data-aos="fade-up">
|
|
|
1121 |
</div>
|
1122 |
</div>
|
1123 |
</div>
|
1124 |
+
</section>
|
1125 |
|
1126 |
|
1127 |
<!-- Interactive Tools Section -->
|