CSS fix for wide images (#1359)

This commit is contained in:
Akaexus 2017-07-04 02:03:17 +02:00 committed by Jeff Williams
parent 2aad297cdc
commit c65ac8f05e

View File

@ -78,6 +78,10 @@ article dl {
margin-bottom: 40px; margin-bottom: 40px;
} }
article img {
max-width: 100%;
}
section section
{ {
display: block; display: block;