Spaces:
Running
Running
Update index.html
Browse files- index.html +7 -5
index.html
CHANGED
|
@@ -33,11 +33,13 @@
|
|
| 33 |
}
|
| 34 |
|
| 35 |
.video-card {
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
|
|
|
|
|
|
| 41 |
|
| 42 |
.video-card video {
|
| 43 |
width: 100%;
|
|
|
|
| 33 |
}
|
| 34 |
|
| 35 |
.video-card {
|
| 36 |
+
max-width: 600px;
|
| 37 |
+
margin: 0 auto;
|
| 38 |
+
background: white;
|
| 39 |
+
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
|
| 40 |
+
border-radius: 8px;
|
| 41 |
+
overflow: hidden;
|
| 42 |
+
}
|
| 43 |
|
| 44 |
.video-card video {
|
| 45 |
width: 100%;
|