Add IMG max-width

This commit is contained in:
Luiz de Prá
2018-03-23 16:48:43 -03:00
parent 853492596d
commit d3e619ecf9
2 changed files with 5 additions and 1 deletions

View File

@@ -119,6 +119,10 @@ blockquote {
font-style: italic;
}
img {
max-width: 100%;
}
.wrapper {
display: flex;
flex-direction: column;