Omnibus commited on
Commit
e026f5e
·
1 Parent(s): 17344f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,7 +41,7 @@ def test(inp):
41
  .grid-mee {
42
 
43
  display: grid;
44
- justify-items:end;
45
 
46
 
47
  width: 100%;
@@ -50,7 +50,7 @@ def test(inp):
50
 
51
  .container-mee {
52
 
53
- position: relative;
54
  overflow: hidden;
55
  width: 49%;
56
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
 
41
  .grid-mee {
42
 
43
  display: grid;
44
+ justify-items:start;
45
 
46
 
47
  width: 100%;
 
50
 
51
  .container-mee {
52
 
53
+ position: absolute;
54
  overflow: hidden;
55
  width: 49%;
56
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */