Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ body {
|
|
138 |
border-radius: 8px;
|
139 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
140 |
width: 100%;
|
141 |
-
max-width:
|
142 |
margin: 20px auto;
|
143 |
display: block;
|
144 |
min-height: 100vh;
|
@@ -212,7 +212,7 @@ body {
|
|
212 |
background-color: #2d343f;
|
213 |
border-radius: 4px;
|
214 |
margin: 10px;
|
215 |
-
max-width:
|
216 |
box-sizing: border-box;
|
217 |
}
|
218 |
|
|
|
138 |
border-radius: 8px;
|
139 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
140 |
width: 100%;
|
141 |
+
max-width: 1200px;
|
142 |
margin: 20px auto;
|
143 |
display: block;
|
144 |
min-height: 100vh;
|
|
|
212 |
background-color: #2d343f;
|
213 |
border-radius: 4px;
|
214 |
margin: 10px;
|
215 |
+
max-width: 50%;
|
216 |
box-sizing: border-box;
|
217 |
}
|
218 |
|