Give more space for date

clubs
Laurent 1 year ago
parent 5cc6bb74ed
commit 3d20656340
  1. 4
      tournaments/static/tournaments/css/style.css

@ -629,7 +629,7 @@ h-margin {
.table-row-3-colums-summons { .table-row-3-colums-summons {
display: grid; display: grid;
grid-template-columns: 1px auto 150px 70px; grid-template-columns: 1px auto 160px 70px;
/* 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 */
@ -640,7 +640,7 @@ h-margin {
screen and (min-width: 80em) { screen and (min-width: 80em) {
.table-row-4-colums { .table-row-4-colums {
display: grid; display: grid;
grid-template-columns: 1px auto 50px 150px 180px; grid-template-columns: 1px auto 50px 160px 180px;
/* 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