ginipick commited on
Commit
3df24f2
·
verified ·
1 Parent(s): 0516458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -134,8 +134,10 @@ def html(cards, pg, total):
134
  position: absolute;
135
  top: 0;
136
  left: 0;
137
- width: 100%;
138
- height: 100%;
 
 
139
  border: 0;
140
  }
141
  .foot {
 
134
  position: absolute;
135
  top: 0;
136
  left: 0;
137
+ width: 142.857%;
138
+ height: 142.857%;
139
+ transform: scale(0.7);
140
+ transform-origin: top left;
141
  border: 0;
142
  }
143
  .foot {