Spaces:
Runtime error
Runtime error
padding fix
Browse files- static/style.css +1 -2
static/style.css
CHANGED
|
@@ -240,10 +240,9 @@
|
|
| 240 |
justify-content: inherit;
|
| 241 |
align-items: center;
|
| 242 |
width: auto;
|
| 243 |
-
padding: 10px;
|
| 244 |
overflow-y: scroll;
|
| 245 |
max-height: 350px;
|
| 246 |
-
padding-top:
|
| 247 |
margin-top: 2%;
|
| 248 |
|
| 249 |
}
|
|
|
|
| 240 |
justify-content: inherit;
|
| 241 |
align-items: center;
|
| 242 |
width: auto;
|
|
|
|
| 243 |
overflow-y: scroll;
|
| 244 |
max-height: 350px;
|
| 245 |
+
padding-top: 75%;
|
| 246 |
margin-top: 2%;
|
| 247 |
|
| 248 |
}
|