File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 5454 margin-top : 10px ;
5555 margin-bottom : 10px ;
5656 }
57-
5857 .search-result-image {
5958 height : auto;
59+ width : auto;
60+ @media (min-width : 992px ) {
61+ position : absolute;
62+ }
63+ top : 0 ;
64+ left : 0 ;
65+ bottom : 0 ;
66+ right : 0 ;
6067 max-height : 175px ;
6168 max-width : 100% ;
6269 margin : auto;
@@ -172,8 +179,8 @@ <h2 class="pt-5 color-blue">Search</h2>
172179 <a href=${ item . url } class="container">
173180 <div class="row search-result-row">
174181 <div class="col-12 col-lg-2">
175- <div class="my-3">
176- <img class="image-fluid search-result-image d-flex " src=${ item . image } alt=${ item . title } />
182+ <div class="my-3 text-center image-frame ">
183+ <img class="image-fluid search-result-image d-inline p-2 " src=${ item . image } alt=${ item . title } />
177184 </div>
178185 </div>
179186 <div class="col-12 col-lg-10">
You can’t perform that action at this time.
0 commit comments