mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
style: adjust grid layout and fix team name text wrapping
This commit is contained in:
parent
d1b31cf6e8
commit
c664c5e02e
1 changed files with 5 additions and 2 deletions
|
|
@ -642,7 +642,7 @@ button {
|
||||||
.groups-grid {
|
.groups-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-card {
|
.group-card {
|
||||||
|
|
@ -708,7 +708,10 @@ button {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.45rem;
|
gap: 0.45rem;
|
||||||
white-space: nowrap;
|
}
|
||||||
|
|
||||||
|
.standings-table td.col-team span {
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.standings-table tbody tr {
|
.standings-table tbody tr {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue