Omnibus commited on
Commit
0e8f9c3
·
1 Parent(s): ac1d8ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def test(inp):
56
  position: relative;
57
  overflow: hidden;
58
  width: 33%;
59
- padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
60
  margin-bottom: 2em;
61
  }
62
 
 
56
  position: relative;
57
  overflow: hidden;
58
  width: 33%;
59
+ height: 56%;
60
  margin-bottom: 2em;
61
  }
62