guanghap commited on
Commit
aaee12e
1 Parent(s): 42df259

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +9 -0
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
+ }