Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaKoleva committed Feb 4, 2022
1 parent 4d8c4a0 commit 04eb80f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion out/moga/src/css/styles-all.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/moga/src/css/styles.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tpl/page/compare/inc/compareitem.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[{/if}]

<div class="card">
<div class="position-relative">
<img width="100%" height="300" src="[{if $size=='big'}][{$product->getPictureUrl(1)}][{elseif $size=='thinest'}][{$product->getIconUrl()}][{else}][{$product->getThumbnailUrl()}][{/if}]" alt="[{$product->oxarticles__oxtitle->value|strip_tags}] [{$product->oxarticles__oxvarselect->value|default:''}]" class="product-img">
<div class="position-relative text-center">
<img height="300" src="[{if $size=='big'}][{$product->getPictureUrl(1)}][{elseif $size=='thinest'}][{$product->getIconUrl()}][{else}][{$product->getThumbnailUrl()}][{/if}]" alt="[{$product->oxarticles__oxtitle->value|strip_tags}] [{$product->oxarticles__oxvarselect->value|default:''}]" class="product-img">
<a class="stretched-link" href="[{$_productLink}]" [{if $oView->noIndex()}]rel="nofollow"[{/if}]></a>
</div>
</div>
Expand Down

0 comments on commit 04eb80f

Please sign in to comment.