Ver código fonte

fix image stretching

master
erichhasl 7 anos atrás
pai
commit
adb47b9e9a
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      web_dev/sas_web/static/public/css/header.css

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

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


Carregando…
Cancelar
Salvar