forked from planex/defiance
set max-width to 500px for images
This commit is contained in:
parent
de77b6ac47
commit
ead9bdf986
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 500px;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue