Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def test(inp):
|
|
41 |
.grid-mee {
|
42 |
|
43 |
display: grid;
|
44 |
-
justify-items:
|
45 |
|
46 |
|
47 |
width: 100%;
|
@@ -50,7 +50,7 @@ def test(inp):
|
|
50 |
|
51 |
.container-mee {
|
52 |
|
53 |
-
position:
|
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) */
|