Skip to content

Commit c929eab

Browse files
committed
frontend: tweak standings col width
1 parent 138d1a6 commit c929eab

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

frontend/css/livesite.css

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,20 +244,28 @@ a.no-decoration {
244244

245245
@media (min-width: 1400px) {
246246
.standard-standings .team-row .team-name {
247-
width: 400px;
247+
width: 380px;
248248
}
249249
}
250250

251251
@media (min-width: 768px) and (max-width: 991px) {
252252
.standard-standings {
253253
font-size: 0.8rem;
254254
}
255+
.standard-standings .team-row .team-mark {
256+
width: 1rem;
257+
}
258+
.standard-standings .team-row .team-rank {
259+
width: 1.4rem;
260+
}
255261
.standard-standings .team-row .team-logo {
256-
/* 2.3rem * 0.8 (font-size at this breakpoint) = 1.84rem */
257-
width: calc(1.84rem + 9px);
262+
width: 30px;
263+
}
264+
.standard-standings .team-row .team-score {
265+
width: 40px;
258266
}
259267
.standard-standings .team-row .team-name {
260-
width: 180px;
268+
width: 160px;
261269
}
262270
}
263271

0 commit comments

Comments
 (0)