|
|
|
@ -586,7 +586,7 @@ svg { |
|
|
|
|
|
|
|
|
|
|
|
.table-row-3-colums-teams { |
|
|
|
.table-row-3-colums-teams { |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 1px auto 60px 70px; |
|
|
|
grid-template-columns: 1px auto 60px 80px; |
|
|
|
/* first column is a hack */ |
|
|
|
/* first column is a hack */ |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
|