Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme

This commit is contained in:
Markus Heiser 2020-06-10 07:25:44 +02:00
commit e088b95e74
15 changed files with 68 additions and 18 deletions

View file

@ -185,3 +185,9 @@
outline: 0 none;
position: relative;
}
@media screen and (max-width: 75em) {
.img-thumbnail {
object-fit: cover;
}
}