increase left

pull/225/head
Aevann 2024-03-06 03:31:33 +02:00
parent 60b76d3f8d
commit 4b38e753d5
1 changed files with 2 additions and 1 deletions

View File

@ -7774,7 +7774,7 @@ table.border-0 * {
#bank-stamp {
position: absolute;
right: 10vw;
right: 28vw;
bottom: 5vh;
opacity: 0.7;
height: 100px;
@ -7782,6 +7782,7 @@ table.border-0 * {
@media (max-width: 768px) {
#bank-stamp {
right: 15vw;
bottom: 2vh;
height: 80px;
}