This commit is contained in:
2026-05-22 21:08:58 +04:00
parent 2ccfac2d04
commit 6f8195cda1
5 changed files with 17 additions and 13 deletions

View File

@@ -1537,6 +1537,9 @@ select.name-input {
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.28));
}
.live-footer-logo-datwyler {
height: 65px;
}
.live-tie-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
@@ -2042,7 +2045,7 @@ select.name-input {
}
.podium-live-card .podium-medal-icon {
filter: grayscale(1) brightness(1.2) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
/* filter: grayscale(1) brightness(1.2) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35)); */
font-size: 60px;
margin-top: 86px;
}