This commit is contained in:
Владимир Фёдоров 2025-05-20 03:29:40 +07:00
parent ad93e187f6
commit 1d3560d773

View File

@ -116,7 +116,7 @@
class="qr-code" class="qr-code"
/> />
<div> <div>
{{ qrteam }} {{ qrteam }}
</div> </div>
</div> </div>
@ -280,5 +280,10 @@ a {
top: 80px; top: 80px;
right: 30px; right: 30px;
text-align: center; text-align: center;
width: 120px;
}
.button-container {
margin-bottom: 30px;
} }
</style> </style>