fix image stretching

This commit is contained in:
erichhasl
2018-07-11 21:24:54 +02:00
parent df1340c88c
commit adb47b9e9a
@@ -1,6 +1,10 @@
html {
background-color: white;
}
img {
max-width: 100%;
height: auto;
}
#logo {
width: 90%;
padding-left: 2%;