Compare commits

...

1 Commits

Author SHA1 Message Date
6781ca3924 fix: markdown images 2023-08-05 08:09:39 +02:00

View File

@ -18,3 +18,7 @@
font-weight: 400;
line-height: 29px; /* 161.111% */
}
.markdown img:not(.emoji) {
width: 100%;
}