fix image size in post content
This commit is contained in:
parent
b641ef38cf
commit
3fa9b4b75e
|
@ -188,7 +188,16 @@ a:hover {
|
|||
padding-top: 40px;
|
||||
max-width: var(--max-width);
|
||||
margin: auto;
|
||||
img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue