magnifique ce classement

master
LAPTOP-LJ9LM6JH\franc 4 years ago
parent 5f76777e76
commit 84684df37c

@ -311,7 +311,8 @@
#containScore { #containScore {
display: grid; display: grid;
grid-template-columns: repeat(5, 100px); 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; justify-content: center;
position: relative; position: relative;
left: -50%; left: -50%;
@ -330,7 +331,7 @@
padding: 4px; padding: 4px;
position: relative; position: relative;
z-index: 1; z-index: 1;
width: 10vw; width: 12vh;
height: 12vh; height: 12vh;
cursor: default; cursor: default;
transition: all 0.3s ease; transition: all 0.3s ease;

Loading…
Cancel
Save