Fix image width overflow
This commit is contained in:
parent
214a3b14fa
commit
a66bf5e95c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
body img {
|
body img {
|
||||||
max-width: 640px;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Reference in a new issue