From 3d20656340717a34f54ce972dd6e14120a328987 Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 14 Jun 2024 11:06:09 +0200 Subject: [PATCH] Give more space for date --- tournaments/static/tournaments/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tournaments/static/tournaments/css/style.css b/tournaments/static/tournaments/css/style.css index dae65aa..d8d9f37 100644 --- a/tournaments/static/tournaments/css/style.css +++ b/tournaments/static/tournaments/css/style.css @@ -629,7 +629,7 @@ h-margin { .table-row-3-colums-summons { display: grid; - grid-template-columns: 1px auto 150px 70px; + grid-template-columns: 1px auto 160px 70px; /* first column is a hack */ align-items: center; /* Vertically center the content within each column */ @@ -640,7 +640,7 @@ h-margin { screen and (min-width: 80em) { .table-row-4-colums { display: grid; - grid-template-columns: 1px auto 50px 150px 180px; + grid-template-columns: 1px auto 50px 160px 180px; /* first column is a hack */ align-items: center; /* Vertically center the content within each column */