backend: make images fluid and avoid stretching

This commit is contained in:
Lucas 2023-03-17 23:22:31 +00:00
parent 9e189f37fb
commit ac9054f918

View File

@ -108,7 +108,8 @@ a:active {
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
dt {