Limit image width on mobile devices

This commit is contained in:
Hongli Lai (Phusion)
2014-02-06 14:12:03 +01:00
parent 0e4ff0782f
commit 4dd0d4cdfc

View File

@@ -77,6 +77,10 @@
word-wrap: normal;
white-space: pre;
}
img {
max-width: 100%;
}
</style>
</head>