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
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;
}
}