make images inside content better
This commit is contained in:
parent
cc4b6388fd
commit
17219b3197
1 changed files with 6 additions and 0 deletions
|
@ -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%;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue