DazDin commited on
Commit
7982844
·
verified ·
1 Parent(s): 4951933
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -158,9 +158,11 @@ body {
158
  border: 1px solid #3b4252;
159
  background-color: #2d343f;
160
  border-radius: 4px;
161
- margin: 10px;
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 {