Preventing images in articles to grow too much.
This commit is contained in:
parent
6ff1b482ed
commit
d86786d59f
@ -211,7 +211,7 @@ body {
|
||||
body div.page-contents div.child-categories-mobile a {
|
||||
padding-left: 2.5rem; }
|
||||
body div.page-contents img {
|
||||
max-width: 100%;
|
||||
max-width: 700px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block; }
|
||||
|
@ -310,7 +310,7 @@ body {
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-width: 700px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user