1
Fork 0

make images inside content better

This commit is contained in:
Jake Howard 2016-07-14 16:12:23 +01:00
parent cc4b6388fd
commit 17219b3197
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -45,3 +45,9 @@ p a {
background-position: center; background-position: center;
background-size: cover; background-size: cover;
} }
.container > img,
.container p > img {
margin: 10px 0;
width: 100%;
}