Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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