|
@@ -413,7 +413,7 @@ export default {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
bottom: 0;
|
|
|
- transform: translate(-50%, 70%);
|
|
|
+ transform: translate(-50%, 80%);
|
|
|
width: 70%;
|
|
|
aspect-ratio: 1;
|
|
|
|
|
@@ -444,7 +444,7 @@ export default {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 0;
|
|
|
- transform: translate(-50%, -30%);
|
|
|
+ transform: translate(-50%, -20%);
|
|
|
width: 70%;
|
|
|
aspect-ratio: 1;
|
|
|
|