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:
parent
961b144472
commit
1a4e11627b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user