make images fit available width

This commit is contained in:
Athou
2013-11-28 19:35:31 +01:00
parent 4ac4e5abf2
commit 12bda0122c

View File

@@ -5,6 +5,10 @@
padding-left: 20px;
}
body img {
max-width: 100%;
}
body .modal {
display: block;
}