MrDrmm commited on
Commit
d6159db
·
verified ·
1 Parent(s): 575d4c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: 180px;
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: 100%;
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