Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -134,8 +134,10 @@ def html(cards, pg, total):
|
|
134 |
position: absolute;
|
135 |
top: 0;
|
136 |
left: 0;
|
137 |
-
width:
|
138 |
-
height:
|
|
|
|
|
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 {
|