MrDrmm commited on
Commit
31221a7
·
verified ·
1 Parent(s): d6159db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,7 +211,7 @@ body {
211
  border: 1px solid #3b4252;
212
  background-color: #2d343f;
213
  border-radius: 4px;
214
- margin: 10px;
215
  max-width: 50%;
216
  box-sizing: border-box;
217
  }
@@ -221,7 +221,7 @@ body {
221
  color: #7f8184;
222
  border: 1px solid #3b4252;
223
  border-radius: 4px;
224
- margin-top: 20px;
225
  width: 100%;
226
  box-sizing: border-box;
227
  transition: margin 0.2s ease;
 
211
  border: 1px solid #3b4252;
212
  background-color: #2d343f;
213
  border-radius: 4px;
214
+ margin: 0px;
215
  max-width: 50%;
216
  box-sizing: border-box;
217
  }
 
221
  color: #7f8184;
222
  border: 1px solid #3b4252;
223
  border-radius: 4px;
224
+ margin-left: 10px;
225
  width: 100%;
226
  box-sizing: border-box;
227
  transition: margin 0.2s ease;