This commit is contained in:
Tomas Dvorak
2025-08-27 20:45:18 +02:00
parent fcb9f2d60c
commit 36b709a556
50 changed files with 582 additions and 7 deletions
+17
View File
@@ -143,4 +143,21 @@
cursor: pointer;
display: block;
}
/* FACR upcoming mobile visibility overrides */
@media (max-width: 767px) {
/* Show the Zápasy (x/y) header on phones */
.lte-football-upcoming .lte-header-upcoming {
display: inline-block !important;
font-size: 18px;
line-height: 1.2;
padding: 2px 8px;
}
/* Ensure countdown line is visible and centered */
#facr-countdown.lte-football-date {
display: block !important;
text-align: center !important;
}
}