Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ body {
|
|
211 |
border: 1px solid #3b4252;
|
212 |
background-color: #2d343f;
|
213 |
border-radius: 4px;
|
214 |
-
margin:
|
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-
|
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;
|