浏览代码

fix image stretching

master
erichhasl 7 年前
父节点
当前提交
adb47b9e9a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      web_dev/sas_web/static/public/css/header.css

+ 4
- 0
web_dev/sas_web/static/public/css/header.css 查看文件

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


正在加载...
取消
保存