Add aspect ratio aware scaling to images
This commit is contained in:
parent
ffd30c2e37
commit
0a59aad81c
@ -2,6 +2,10 @@
|
|||||||
background-color: unset;
|
background-color: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.post-content .highlight .chroma .hl {
|
.post-content .highlight .chroma .hl {
|
||||||
background-color: #555 !important
|
background-color: #555 !important
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user