Markdown: style images

This commit is contained in:
Alex Gleason 2020-10-01 12:07:04 -05:00
parent bf01dac514
commit 77da2b0c73
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -54,6 +54,16 @@
word-break: break-all;
background-color: var(--background-color);
}
img {
width: 100%;
height: 285.188px;
object-fit: contain;
background: var(--background-color);
border-radius: 4px;
overflow: hidden;
margin: 20px 0;
}
}
.status__content > ul,