Upload templates/index.html with huggingface_hub
Browse files- templates/index.html +4 -4
templates/index.html
CHANGED
|
@@ -324,16 +324,16 @@ button:disabled {
|
|
| 324 |
|
| 325 |
/* HAUTEUR RÉDUITE À 50% DES BOX DE COMPÉTENCES */
|
| 326 |
.compact-competence-matrix-item {
|
| 327 |
-
padding:
|
| 328 |
background: linear-gradient(135deg, #f8f9fa, #e9ecef);
|
| 329 |
-
border-radius: 5px; /* Réduit */
|
| 330 |
-
border-left:
|
| 331 |
transition: all 0.3s ease;
|
| 332 |
height: 100%;
|
| 333 |
display: flex;
|
| 334 |
flex-direction: column;
|
| 335 |
justify-content: space-between;
|
| 336 |
-
min-height:
|
| 337 |
}
|
| 338 |
|
| 339 |
.compact-competence-matrix-item:hover {
|
|
|
|
| 324 |
|
| 325 |
/* HAUTEUR RÉDUITE À 50% DES BOX DE COMPÉTENCES */
|
| 326 |
.compact-competence-matrix-item {
|
| 327 |
+
padding: 1px; /* Réduit de 50% (6px → 3px) */
|
| 328 |
background: linear-gradient(135deg, #f8f9fa, #e9ecef);
|
| 329 |
+
border-radius: 1.5px; /* Réduit de 50% (5px → 2.5px) */
|
| 330 |
+
border-left: 1px solid #1976D2; /* Réduit de 50% (2px → 1px) */
|
| 331 |
transition: all 0.3s ease;
|
| 332 |
height: 100%;
|
| 333 |
display: flex;
|
| 334 |
flex-direction: column;
|
| 335 |
justify-content: space-between;
|
| 336 |
+
min-height: 30px; /* Réduit de 50% (60px → 30px) = 25% de 120px */
|
| 337 |
}
|
| 338 |
|
| 339 |
.compact-competence-matrix-item:hover {
|