Spaces:
Running
Running
app.py
Browse files
app.py
CHANGED
@@ -158,9 +158,11 @@ body {
|
|
158 |
border: 1px solid #3b4252;
|
159 |
background-color: #2d343f;
|
160 |
border-radius: 4px;
|
161 |
-
margin:
|
162 |
max-width: 100%;
|
163 |
box-sizing: border-box;
|
|
|
|
|
164 |
}
|
165 |
|
166 |
.custom_accordion {
|
|
|
158 |
border: 1px solid #3b4252;
|
159 |
background-color: #2d343f;
|
160 |
border-radius: 4px;
|
161 |
+
margin: 20px;
|
162 |
max-width: 100%;
|
163 |
box-sizing: border-box;
|
164 |
+
width: 100%;
|
165 |
+
height: auto;
|
166 |
}
|
167 |
|
168 |
.custom_accordion {
|