Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -26,3 +26,12 @@ p {
|
|
| 26 |
.card p:last-child {
|
| 27 |
margin-bottom: 0;
|
| 28 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
.card p:last-child {
|
| 27 |
margin-bottom: 0;
|
| 28 |
}
|
| 29 |
+
|
| 30 |
+
iframe {
|
| 31 |
+
width: 100%;
|
| 32 |
+
height: 100vh; /* 100% of the viewport height */
|
| 33 |
+
border: none;
|
| 34 |
+
position: absolute;
|
| 35 |
+
top: 0;
|
| 36 |
+
left: 0;
|
| 37 |
+
}
|