Upload templates/index.html with huggingface_hub
Browse files- templates/index.html +7 -6
templates/index.html
CHANGED
|
@@ -318,8 +318,8 @@ button:disabled {
|
|
| 318 |
display: grid;
|
| 319 |
grid-template-columns: repeat(4, 1fr); /* 4 colonnes */
|
| 320 |
grid-template-rows: repeat(3, auto); /* 3 lignes */
|
| 321 |
-
gap:
|
| 322 |
-
margin:
|
| 323 |
}
|
| 324 |
|
| 325 |
/* HAUTEUR RÉDUITE À 50% DES BOX DE COMPÉTENCES */
|
|
@@ -342,19 +342,20 @@ button:disabled {
|
|
| 342 |
background: linear-gradient(135deg, #e3f2fd, #bbdefb);
|
| 343 |
}
|
| 344 |
|
|
|
|
| 345 |
.compact-matrix-competence-label {
|
| 346 |
-
font-size:
|
| 347 |
font-weight: 600;
|
| 348 |
color: #333;
|
| 349 |
-
margin-bottom:
|
| 350 |
-
line-height: 1.
|
| 351 |
flex-grow: 1;
|
| 352 |
overflow: hidden;
|
| 353 |
text-overflow: ellipsis;
|
| 354 |
display: -webkit-box;
|
| 355 |
-webkit-line-clamp: 2;
|
| 356 |
-webkit-box-orient: vertical;
|
| 357 |
-
max-height:
|
| 358 |
}
|
| 359 |
|
| 360 |
.compact-matrix-competence-value {
|
|
|
|
| 318 |
display: grid;
|
| 319 |
grid-template-columns: repeat(4, 1fr); /* 4 colonnes */
|
| 320 |
grid-template-rows: repeat(3, auto); /* 3 lignes */
|
| 321 |
+
gap: 10px; /* Augmenté de 8px à 10px */
|
| 322 |
+
margin: 10px 0; /* Augmenté de 8px à 10px */
|
| 323 |
}
|
| 324 |
|
| 325 |
/* HAUTEUR RÉDUITE À 50% DES BOX DE COMPÉTENCES */
|
|
|
|
| 342 |
background: linear-gradient(135deg, #e3f2fd, #bbdefb);
|
| 343 |
}
|
| 344 |
|
| 345 |
+
/* POLICE AUGMENTÉE POUR LES LABELS DES COMPÉTENCES */
|
| 346 |
.compact-matrix-competence-label {
|
| 347 |
+
font-size: 12px; /* AUGMENTÉ DE 9px À 12px */
|
| 348 |
font-weight: 600;
|
| 349 |
color: #333;
|
| 350 |
+
margin-bottom: 5px; /* Augmenté de 3px à 5px */
|
| 351 |
+
line-height: 1.2; /* Ajusté de 1.0 à 1.2 */
|
| 352 |
flex-grow: 1;
|
| 353 |
overflow: hidden;
|
| 354 |
text-overflow: ellipsis;
|
| 355 |
display: -webkit-box;
|
| 356 |
-webkit-line-clamp: 2;
|
| 357 |
-webkit-box-orient: vertical;
|
| 358 |
+
max-height: 30px; /* Augmenté de 20px à 30px */
|
| 359 |
}
|
| 360 |
|
| 361 |
.compact-matrix-competence-value {
|