Spaces:
Running
Running
Update back_masto.html
Browse files- 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:
|
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 {
|