Explorar el Código

fix image stretching

master
erichhasl hace 7 años
padre
commit
adb47b9e9a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      web_dev/sas_web/static/public/css/header.css

+ 4
- 0
web_dev/sas_web/static/public/css/header.css Ver fichero

@@ -1,6 +1,10 @@
html {
background-color: white;
}
img {
max-width: 100%;
height: auto;
}
#logo {
width: 90%;
padding-left: 2%;


Cargando…
Cancelar
Guardar