Updated logo API

This commit is contained in:
2026-04-23 21:32:25 +10:00
parent 110ed5b984
commit 678096b463
22 changed files with 638 additions and 146 deletions
@@ -282,4 +282,28 @@ const upcomingDurationDisplay = computed(() => {
text-transform: uppercase;
align-self: center;
}
@media (max-width: 1024px) {
.stats-bar {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.stat {
padding: 14px 16px;
}
}
@media (max-width: 640px) {
.stats-bar {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.stat {
padding: 12px 14px;
}
.stat-num {
font-size: 22px;
}
}
</style>