Images should not be wider than the main container

This commit is contained in:
Philipp Oppermann
2016-02-15 00:38:05 +01:00
parent 97c3680013
commit e8520b665c

View File

@@ -203,6 +203,7 @@ img {
display: block; display: block;
margin: 0 0 1rem; margin: 0 0 1rem;
border-radius: 5px; border-radius: 5px;
max-width: 100%;
} }
/* Tables */ /* Tables */