Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,7 @@ def test(inp):
|
|
43 |
border-radius: 5px;
|
44 |
|
45 |
background: none;
|
|
|
46 |
}
|
47 |
.grid-mee {
|
48 |
display: flex;
|
@@ -60,7 +61,6 @@ def test(inp):
|
|
60 |
overflow: hidden;
|
61 |
width: 33%;
|
62 |
height: 60em;
|
63 |
-
margin-bottom: 1em;
|
64 |
margin-top:1em;
|
65 |
}
|
66 |
|
|
|
43 |
border-radius: 5px;
|
44 |
|
45 |
background: none;
|
46 |
+
margin-top:3em;
|
47 |
}
|
48 |
.grid-mee {
|
49 |
display: flex;
|
|
|
61 |
overflow: hidden;
|
62 |
width: 33%;
|
63 |
height: 60em;
|
|
|
64 |
margin-top:1em;
|
65 |
}
|
66 |
|