FIX image inside a figure element max-width

This commit is contained in:
Simounet 2016-07-20 19:30:29 +02:00
parent 317fc6e684
commit f64472e9f8

View file

@ -345,7 +345,8 @@ main ul.row {
max-width: 40em; max-width: 40em;
} }
#article img { #article img,
#article figure {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }