mirror of
https://github.com/searxng/searxng.git
synced 2026-06-03 08:27:15 +02:00
[fix] do not stretch images - fixes #1262
This commit is contained in:
@@ -185,3 +185,9 @@
|
||||
outline: 0 none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 75em) {
|
||||
.img-thumbnail {
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user