portal commited on
Commit
4079b74
·
verified ·
1 Parent(s): 6c191da

Update back_masto.html

Browse files
Files changed (1) hide show
  1. back_masto.html +2 -2
back_masto.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
 
5
  <style>
6
- .status-card-video{
7
  height:800px;
8
  }
9
  .container {
@@ -14,7 +14,7 @@
14
  /*padding-top: 56%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
15
  }
16
  .responsive-iframe {
17
- position: absolute;
18
  top: 0;
19
  left: 0;
20
  bottom: 0;
 
3
  <head>
4
 
5
  <style>
6
+ .status-card-video {
7
  height:800px;
8
  }
9
  .container {
 
14
  /*padding-top: 56%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
15
  }
16
  .responsive-iframe {
17
+ position: fixed;
18
  top: 0;
19
  left: 0;
20
  bottom: 0;