mirror of https://github.com/searxng/searxng.git
[fix] image width
This commit is contained in:
parent
dbf1049c79
commit
e2c099088d
|
@ -84,5 +84,5 @@ a { text-decoration: none; }
|
||||||
|
|
||||||
.invisible { display: none; }
|
.invisible { display: none; }
|
||||||
|
|
||||||
.image_result { float: left; max-width: 250px; margin: 10px; height: 350px; min-width: 250px; }
|
.image_result { float: left; max-width: 250px; margin: 10px; height: 380px; min-width: 250px; }
|
||||||
.image_result img { max-width: 240px; max-height: 320px; border: 2px solid #000000; }
|
.image_result img { max-width: 240px; max-height: 320px; border: 2px solid #000000; }
|
||||||
|
|
Loading…
Reference in New Issue