fix image overflow

This commit is contained in:
jomo
2014-04-21 14:51:58 +02:00
parent 8f2ea31272
commit a6ba503e73

View File

@@ -607,4 +607,8 @@ and (min-width: 0px) //TODO
font-weight: bold;
}
img {
max-width: 100%;
}
}