File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -244,20 +244,28 @@ a.no-decoration {
244244
245245@media (min-width : 1400px ) {
246246 .standard-standings .team-row .team-name {
247- width : 400 px ;
247+ width : 380 px ;
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 : 180 px ;
268+ width : 160 px ;
261269 }
262270}
263271
You can’t perform that action at this time.
0 commit comments