1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01:00

Fix image size for mobile docs

This commit is contained in:
Chaoyi Zha 2017-02-03 23:48:52 -05:00
parent 961b144472
commit 1a4e11627b

View File

@ -1,3 +1,9 @@
h1, h2, h3, h4, h5, h6 {
text-transform: none !important;
}
img {
/* Force auto height & width to prevent deformed images on mobile */
width: auto !important;
height: auto !important;
}