Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2020, 04:42
danis8
 
Fecha de Ingreso: enero-2007
Mensajes: 25
Antigüedad: 17 años, 3 meses
Puntos: 1
Respuesta: logo responsive

Me lo soluciono yo mismo:

.blog-logo img {
display: block;
max-height: 200px;
max-width: 100%;
height: auto;
width: 500px;
}


Arreglado.