fix width size for teams page

clubs
Razmig Sarkissian 1 year ago
parent 7da23f4766
commit af1c643bf4
  1. 2
      tournaments/static/tournaments/css/style.css

@ -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 */

Loading…
Cancel
Save