Spaces:
Sleeping
Sleeping
Commit
·
782c9a5
1
Parent(s):
95e1aa4
increased box widths
Browse files
app.py
CHANGED
@@ -105,8 +105,8 @@ def config():
|
|
105 |
flex-direction: column;
|
106 |
align-items: center;
|
107 |
justify-content: center; /* Align content in the middle */
|
108 |
-
height:
|
109 |
-
padding:
|
110 |
border-radius: 10px;
|
111 |
}
|
112 |
</style>
|
|
|
105 |
flex-direction: column;
|
106 |
align-items: center;
|
107 |
justify-content: center; /* Align content in the middle */
|
108 |
+
height: 20vh; /* Reduce the height of the box */
|
109 |
+
padding: 20px; /* Reduce padding */
|
110 |
border-radius: 10px;
|
111 |
}
|
112 |
</style>
|