1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

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>