Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
.shareFeed {
2
  margin-bottom: 1rem;
3
}
2124 steven 4
 
5
.shareIcon{
6
  width: 25%;
7
  @media (max-width: 420px) {
8
    width: 40%;
9
  }
10
}
11
 
12
.shareIconContainer{
13
  @media (max-width: 420px){
14
    display: flex;
15
    justify-content: center;
16
  }
17
}