Limit image width
This commit is contained in:
parent
f45db63493
commit
2de4c3cabc
1 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,7 @@
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content img {
|
||||||
|
max-width: 640px;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue