Spaces:
Sleeping
Sleeping
Commit
·
19005f1
1
Parent(s):
2469e6e
increased box width
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def config():
|
|
104 |
flex-direction: column;
|
105 |
align-items: center;
|
106 |
justify-content: flex-start; /* Align content to the top */
|
107 |
-
height:
|
108 |
padding: 40px;
|
109 |
border-radius: 10px;
|
110 |
}
|
|
|
104 |
flex-direction: column;
|
105 |
align-items: center;
|
106 |
justify-content: flex-start; /* Align content to the top */
|
107 |
+
height: 20vh;
|
108 |
padding: 40px;
|
109 |
border-radius: 10px;
|
110 |
}
|