Merge pull request #37 from PROTechThor/img-width

Make images not to overflow the page
pull/40/head
Alexandre Dulaunoy 2021-02-16 11:09:20 +01:00 committed by GitHub
commit 66a11b0d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1965,6 +1965,9 @@
}
/* Image */
p img {
width: 100%;
}
.image {
border: 0;