portal commited on
Commit
c1775b7
·
verified ·
1 Parent(s): 8038407

Update back_masto.html

Browse files
Files changed (1) hide show
  1. back_masto.html +2 -2
back_masto.html CHANGED
@@ -3,14 +3,14 @@
3
  <head>
4
 
5
  <style>
6
- .status-card-video {
7
  height:800px!important;
8
  }
9
  .container {
10
  position: relative;
11
  overflow: hidden;
12
  width: 100%;
13
- height: 800px;
14
  /*padding-top: 56%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
15
  }
16
  .responsive-iframe {
 
3
  <head>
4
 
5
  <style>
6
+ div.status-card__image.status-card-video {
7
  height:800px!important;
8
  }
9
  .container {
10
  position: relative;
11
  overflow: hidden;
12
  width: 100%;
13
+ height: 100%;
14
  /*padding-top: 56%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
15
  }
16
  .responsive-iframe {