Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 601 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 601 Rev 602
Línea 14... Línea 14...
14
  h3 {
14
  h3 {
15
    color: #16283c;
15
    color: #16283c;
16
    font-size: 1.2rem;
16
    font-size: 1.2rem;
17
    font-weight: 600;
17
    font-weight: 600;
18
  }
18
  }
-
 
19
  .p_4{
-
 
20
    padding:10px;
-
 
21
  }
19
  h4 {
22
  h4 {
20
    color: $subtitle-color;
23
    color: $subtitle-color;
21
    font-weight: 600;
24
    font-weight: 600;
22
  }
25
  }
23
  ul {
26
  ul {
Línea 34... Línea 37...
34
    display: flex;
37
    display: flex;
35
    gap: 0.5rem;
38
    gap: 0.5rem;
36
    position: relative;
39
    position: relative;
Línea 37... Línea 40...
37
 
40
 
38
    img {
41
    img {
39
      height: 50px;
42
      height: 60px;
40
      width: 50px;
43
      width: 60px;
41
      border-radius: 50%;
44
      border-radius: 50%;
Línea 42... Línea 45...
42
    }
45
    }
43
 
46