xp3857 commited on
Commit
d0f2095
1 Parent(s): c30ef6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -159,8 +159,6 @@ transform: translate(-50%,-100%);
159
 
160
  #restart{
161
  position: relative;
162
- top: 50%;
163
- left: 50%;
164
  font-family: "Poppins",sans-serif;
165
  text-align: center;
166
  border-radius: 8px;
@@ -168,10 +166,10 @@ background: #0037ff9e;
168
  border-style: solid;
169
  border-width: 3px;
170
  border-color: #9f00ff;
 
171
  width: 100%;
172
  height: 200px;
173
  padding: 0px 20px;
174
- transform: translate(-50%,-100%);
175
  }
176
 
177
 
 
159
 
160
  #restart{
161
  position: relative;
 
 
162
  font-family: "Poppins",sans-serif;
163
  text-align: center;
164
  border-radius: 8px;
 
166
  border-style: solid;
167
  border-width: 3px;
168
  border-color: #9f00ff;
169
+ max-width:300px;
170
  width: 100%;
171
  height: 200px;
172
  padding: 0px 20px;
 
173
  }
174
 
175