From 84684df37c41eea8fefa4c3ba54f2aaa9348455e Mon Sep 17 00:00:00 2001 From: "LAPTOP-LJ9LM6JH\\franc" Date: Sun, 14 Feb 2021 11:33:57 +0100 Subject: [PATCH] magnifique ce classement --- SwichGIT/src/css/tablet.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SwichGIT/src/css/tablet.css b/SwichGIT/src/css/tablet.css index dd1e446..c5850eb 100644 --- a/SwichGIT/src/css/tablet.css +++ b/SwichGIT/src/css/tablet.css @@ -311,7 +311,8 @@ #containScore { display: grid; grid-template-columns: repeat(5, 100px); - grid-template-rows: repeat(2, 90px); + grid-template-rows: repeat(2, 100px); + grid-column-gap: 1vw; justify-content: center; position: relative; left: -50%; @@ -330,7 +331,7 @@ padding: 4px; position: relative; z-index: 1; - width: 10vw; + width: 12vh; height: 12vh; cursor: default; transition: all 0.3s ease;