Browse Source

fix image stretching

master
erichhasl 7 years ago
parent
commit
adb47b9e9a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web_dev/sas_web/static/public/css/header.css

+ 4
- 0
web_dev/sas_web/static/public/css/header.css View File

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


Loading…
Cancel
Save