This website works better with JavaScript.
Home
Help
Sign In
christian
/
SaS
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix image stretching
master
erichhasl
7 years ago
parent
df1340c88c
commit
adb47b9e9a
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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%;
Write
Preview
Loading…
Cancel
Save