1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 19:52:28 +01:00
polr/docs/css/base.css

10 lines
203 B
CSS
Raw Normal View History

2015-11-14 18:58:18 +01:00
h1, h2, h3, h4, h5, h6 {
text-transform: none !important;
}
2017-02-04 05:48:52 +01:00
img {
/* Force auto height & width to prevent deformed images on mobile */
width: auto !important;
height: auto !important;
}