Omnibus commited on
Commit
79734a5
·
1 Parent(s): c3eec18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -41,8 +41,10 @@ def test(inp):
41
 
42
  display: flex;
43
  justify-content: space-between;
44
-
45
- width: 50%;
 
 
46
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
47
  }
48
 
 
41
 
42
  display: flex;
43
  justify-content: space-between;
44
+
45
+ position: relative;
46
+ overflow: hidden;
47
+ width: 100%;
48
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
49
  }
50