diff --git a/tournaments/static/tournaments/css/style.css b/tournaments/static/tournaments/css/style.css index 98138e9..b371b94 100644 --- a/tournaments/static/tournaments/css/style.css +++ b/tournaments/static/tournaments/css/style.css @@ -586,7 +586,7 @@ svg { .table-row-3-colums-teams { display: grid; - grid-template-columns: 1px auto 60px 80px; + grid-template-columns: 1px auto 70px 80px; /* first column is a hack */ align-items: center; /* Vertically center the content within each column */