Skip to content
Snippets Groups Projects
Commit 99e5a8c8 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '169-produktsuche-bilder-sind-verzerrt' into 'development'

Ergebnisbilder skalieren nun proportional

Closes #169

See merge request !241
parents 2beea1af 41e5c235
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -330,6 +330,10 @@ a:hover ...@@ -330,6 +330,10 @@ a:hover
.result .description img { .result .description img {
margin:5px; margin:5px;
margin-left:0; margin-left:0;
height:auto;
width:auto;
max-width: 120px;
max-height:200px
} }
.result.ad .description { .result.ad .description {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment