perf: 🐛 Fixed image ratios

This commit is contained in:
Keith Irwin 2023-10-18 13:15:08 -06:00
parent 4b962946c7
commit 3bf7c13554
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 5 additions and 4 deletions

View File

@ -117,13 +117,14 @@ p:last-child {
.tmpl-post li {
line-height: 1.45;
}
p img {
img {
max-width: 100%;
max-height: 90vh;
height: auto;
width: auto;
display: block;
margin: auto;
}
img {
width: 100%;
}
a[href] {
color: var(--lightgray);
}