3 Commits

Author SHA1 Message Date
7b457475b4 Merge branch 'frontend-fix' 2025-06-13 00:34:11 +02:00
8fb2a22c2a another one 2025-06-13 00:32:13 +02:00
f96a3ed1f1 fix 2025-06-12 23:42:55 +02:00
2 changed files with 29 additions and 1 deletions

View File

@@ -906,4 +906,32 @@ select
background-color: var(--barca-blue);
border-radius: 10px;
border: 2px solid white;
}
@media (max-width: 600px){
.sectionmatches
{
font-size: 10px;
}
.sectionmatches th{
padding: 3px;
}
.club-stats-grid
{
grid-template-columns: 1fr 1fr !important;
}
.club-stats-grid .stat-box
{
width: 100%;
}
.section-stats-center .section-stats .stats
{
display: flex;
flex-direction: column;
align-items: center;
}
.section-stats-center .section-stats .stats .stat-box
{
width: 100%;
padding: 0;
}
}

View File

@@ -51,7 +51,7 @@
</div>
<div class="stat-box">
<h3>{{ player.assists}}</h3>
<h3>{{ player.matches}}</h3>
</div>
</div>