Fix images being scaled incorrectly at low screen widths

fixes #2548
This commit is contained in:
Toks
2015-11-11 02:48:16 -05:00
parent e1800b3297
commit 250970a4b8
2 changed files with 15 additions and 17 deletions

View File

@@ -175,10 +175,6 @@
display: block;
}
#image {
max-width: 400px;
}
body {
width: 100%;
}