Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1 Rev 2124
Línea 1... Línea 1...
1
.shareFeed {
1
.shareFeed {
2
  margin-bottom: 1rem;
2
  margin-bottom: 1rem;
3
}
3
}
-
 
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
}