Skip to content
Snippets Groups Projects
Commit cf9ffe42 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 f1edcb9b e353bf28
No related branches found
No related tags found
3 merge requests!261Development,!251Development,!241Ergebnisbilder skalieren nun proportional
......@@ -330,6 +330,10 @@ a:hover
.result .description img {
margin:5px;
margin-left:0;
height:auto;
width:auto;
max-width: 120px;
max-height:200px
}
.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