backend: make images fluid and avoid stretching
This commit is contained in:
parent
9e189f37fb
commit
ac9054f918
@ -108,7 +108,8 @@ a:active {
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
dt {
|
||||
|
Loading…
Reference in New Issue
Block a user