Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3806 | Rev 3808 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3806 Rev 3807
Línea 32... Línea 32...
32
  }
32
  }
33
}
33
}
Línea 34... Línea 34...
34
 
34
 
35
.logo {
35
.logo {
36
  height: 65px;
-
 
37
  max-width: 30%;
-
 
38
  min-width: 180px;
-
 
39
  object-fit: contain;
36
  height: 65px;
40
  order: 1;
-
 
41
  position: relative;
37
  order: 1;
42
  img {
38
  img {
43
    object-fit: cover;
-
 
44
    position: absolute;
39
    object-fit: cover;
45
    height: 100%;
-
 
46
    left: 50%;
-
 
47
    top: 50%;
-
 
48
    transform: translate(-50%, -50%);
40
    height: 100%;
49
  }
41
  }
Línea 50... Línea 42...
50
}
42
}
51
 
43