Add an image-preview class.

This commit is contained in:
Feufochmar 2021-05-14 15:50:37 +02:00
parent 4eb171d71e
commit 44319b1a7f
1 changed files with 5 additions and 0 deletions

View File

@ -155,6 +155,11 @@ p {
opacity: 1.0;
}
.image-preview {
object-fit:scale-down;
max-width:100%;
}
a:link {
color: hsla(230, 90%, 35%, 1.0);
text-decoration: none;