Promote version 8a6e49f to main
Browse filesPromoted commit 8a6e49fc0286a92fd0d3252e38b250fe184ca9ad to main branch
- index.html +1 -1
- style.css +2 -9
index.html
CHANGED
|
@@ -217,7 +217,7 @@
|
|
| 217 |
</div>
|
| 218 |
</header>
|
| 219 |
<!-- Banner Section -->
|
| 220 |
-
<section class="relative overflow-hidden h-[
|
| 221 |
<div class="absolute inset-0">
|
| 222 |
<img
|
| 223 |
src="https://huggingface.co/spaces/vlcsolutions/ai-powered-erp-wizards/resolve/main/images/AI-and Analytics-main banners all-2025.png"
|
|
|
|
| 217 |
</div>
|
| 218 |
</header>
|
| 219 |
<!-- Banner Section -->
|
| 220 |
+
<section class="relative overflow-hidden h-[300px] md:h-[350px] lg:h-[350px] flex items-center">
|
| 221 |
<div class="absolute inset-0">
|
| 222 |
<img
|
| 223 |
src="https://huggingface.co/spaces/vlcsolutions/ai-powered-erp-wizards/resolve/main/images/AI-and Analytics-main banners all-2025.png"
|
style.css
CHANGED
|
@@ -33,17 +33,10 @@ section.h-\[600px\] {
|
|
| 33 |
.leading-tight {
|
| 34 |
line-height: 1.2;
|
| 35 |
}
|
|
|
|
| 36 |
@media (max-width: 640px) {
|
| 37 |
section.relative {
|
| 38 |
-
height:
|
| 39 |
-
}
|
| 40 |
-
section.relative h1 {
|
| 41 |
-
font-size: 2rem;
|
| 42 |
-
margin-bottom: 1rem;
|
| 43 |
-
}
|
| 44 |
-
section.relative p {
|
| 45 |
-
font-size: 1rem;
|
| 46 |
-
margin-bottom: 1.5rem;
|
| 47 |
}
|
| 48 |
}
|
| 49 |
.bg-gradient-to-r {
|
|
|
|
| 33 |
.leading-tight {
|
| 34 |
line-height: 1.2;
|
| 35 |
}
|
| 36 |
+
|
| 37 |
@media (max-width: 640px) {
|
| 38 |
section.relative {
|
| 39 |
+
height: 280px !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
}
|
| 41 |
}
|
| 42 |
.bg-gradient-to-r {
|