Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +23 -0
static/style.css
CHANGED
|
@@ -434,3 +434,26 @@ canvas{
|
|
| 434 |
height:220px!important;
|
| 435 |
}
|
| 436 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 434 |
height:220px!important;
|
| 435 |
}
|
| 436 |
}
|
| 437 |
+
|
| 438 |
+
.about-flex {
|
| 439 |
+
display: flex;
|
| 440 |
+
gap: 2.5rem;
|
| 441 |
+
align-items: center;
|
| 442 |
+
}
|
| 443 |
+
|
| 444 |
+
.about-text {
|
| 445 |
+
flex: 1.2;
|
| 446 |
+
}
|
| 447 |
+
|
| 448 |
+
.about-image {
|
| 449 |
+
flex: 1;
|
| 450 |
+
text-align: center;
|
| 451 |
+
}
|
| 452 |
+
|
| 453 |
+
.about-image img {
|
| 454 |
+
max-width: 100%;
|
| 455 |
+
height: auto;
|
| 456 |
+
border-radius: 14px;
|
| 457 |
+
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
|
| 458 |
+
}
|
| 459 |
+
|