backend: make images fluid and avoid stretching
This commit is contained in:
parent
9e189f37fb
commit
ac9054f918
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ a:active {
|
|||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
dt {
|
||||
|
|
Reference in a new issue