FIX image inside a figure element max-width (baggy theme)

This commit is contained in:
Simounet 2016-07-20 20:23:55 +02:00
parent f64472e9f8
commit 0e1abf392c

View file

@ -64,7 +64,7 @@ pre {
max-width: 61.25em;/*980px*/ max-width: 61.25em;/*980px*/
} }
table, img { table, img, figure {
max-width: 100%; max-width: 100%;
height :auto; height :auto;
} }