Make image to not overflow page

pull/37/head
E. Cleopatra 2021-02-16 10:40:43 +01:00 committed by GitHub
parent 6e431e5b7c
commit 0442e82eef
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;