OUAREDAEK commited on
Commit
288a4d0
·
verified ·
1 Parent(s): 945cf56

Upload templates/index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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: 6px; /* Réduit */
328
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
329
- border-radius: 5px; /* Réduit */
330
- border-left: 2px solid #1976D2; /* Réduit */
331
  transition: all 0.3s ease;
332
  height: 100%;
333
  display: flex;
334
  flex-direction: column;
335
  justify-content: space-between;
336
- min-height: 60px; /* RÉDUIT À 50% DE 120px = 60px */
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 {