Spaces:
Running
Running
Upload 3 files
Browse files- styles.css +4 -4
styles.css
CHANGED
|
@@ -311,7 +311,7 @@ body.lightning-flash {
|
|
| 311 |
align-items: center;
|
| 312 |
width: 100%;
|
| 313 |
max-width: 1200px;
|
| 314 |
-
margin: 4rem auto
|
| 315 |
}
|
| 316 |
.hero-bg {
|
| 317 |
position: absolute;
|
|
@@ -469,7 +469,7 @@ body.lightning-flash {
|
|
| 469 |
gap: 1.5rem;
|
| 470 |
justify-content: center;
|
| 471 |
flex-wrap: wrap;
|
| 472 |
-
margin-bottom:
|
| 473 |
animation: fadeInUp 0.6s ease-out 0.5s both;
|
| 474 |
}
|
| 475 |
|
|
@@ -513,7 +513,7 @@ body.lightning-flash {
|
|
| 513 |
}
|
| 514 |
|
| 515 |
.btn-secondary {
|
| 516 |
-
background: rgba(242, 242, 242, 0
|
| 517 |
color: var(--text);
|
| 518 |
width: 11rem;
|
| 519 |
display: flex;
|
|
@@ -2643,7 +2643,7 @@ section {
|
|
| 2643 |
/* Business Inquiry Section */
|
| 2644 |
.business-inquiry {
|
| 2645 |
background: var(--light);
|
| 2646 |
-
padding: 3rem 0
|
| 2647 |
}
|
| 2648 |
|
| 2649 |
.business-content {
|
|
|
|
| 311 |
align-items: center;
|
| 312 |
width: 100%;
|
| 313 |
max-width: 1200px;
|
| 314 |
+
margin: 4rem auto 4rem;
|
| 315 |
}
|
| 316 |
.hero-bg {
|
| 317 |
position: absolute;
|
|
|
|
| 469 |
gap: 1.5rem;
|
| 470 |
justify-content: center;
|
| 471 |
flex-wrap: wrap;
|
| 472 |
+
margin-bottom: 6rem;
|
| 473 |
animation: fadeInUp 0.6s ease-out 0.5s both;
|
| 474 |
}
|
| 475 |
|
|
|
|
| 513 |
}
|
| 514 |
|
| 515 |
.btn-secondary {
|
| 516 |
+
background: rgba(242, 242, 242, 0);
|
| 517 |
color: var(--text);
|
| 518 |
width: 11rem;
|
| 519 |
display: flex;
|
|
|
|
| 2643 |
/* Business Inquiry Section */
|
| 2644 |
.business-inquiry {
|
| 2645 |
background: var(--light);
|
| 2646 |
+
padding: 3rem 0 4rem;
|
| 2647 |
}
|
| 2648 |
|
| 2649 |
.business-content {
|