Spaces:
Running
Running
Upload style.css with huggingface_hub
Browse files
style.css
CHANGED
|
@@ -384,6 +384,24 @@ header, section, footer {
|
|
| 384 |
}
|
| 385 |
|
| 386 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 387 |
/* ========================================
|
| 388 |
Stats Bar
|
| 389 |
======================================== */
|
|
|
|
| 384 |
}
|
| 385 |
|
| 386 |
|
| 387 |
+
/* ========================================
|
| 388 |
+
Demo Video
|
| 389 |
+
======================================== */
|
| 390 |
+
|
| 391 |
+
.demo-video {
|
| 392 |
+
position: relative;
|
| 393 |
+
width: 100%;
|
| 394 |
+
max-width: 1080px;
|
| 395 |
+
margin: 0 auto;
|
| 396 |
+
padding: 0 1.5rem;
|
| 397 |
+
}
|
| 398 |
+
|
| 399 |
+
.demo-video video {
|
| 400 |
+
width: 100%;
|
| 401 |
+
border-radius: var(--radius-lg);
|
| 402 |
+
display: block;
|
| 403 |
+
}
|
| 404 |
+
|
| 405 |
/* ========================================
|
| 406 |
Stats Bar
|
| 407 |
======================================== */
|