Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-logo-alignement'
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Feb 10, 2020
2 parents d658dcf + b51bb2e commit 96ea4c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/customer/detail.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@

<?php if( $t->logoManagementEnabled() && ( $logo = $c->getLogo( Entities\Logo::TYPE_WWW80 ) ) ): ?>

<div class="col-md-3 col-lg-4 col-12 tw-mt-6 md:tw-mt-0 tw-text-center">
<span class="lg:tw-inline-block xl:tw-h-full lg:tw-align-middle"></span>
<div class="col-md-3 col-lg-4 col-12 tw-mt-6 md:tw-mt-0 tw-text-center align-self-center">
<img class="img-fluid lg:tw-inline-block tw-align-middle" src="<?= url( 'logos/'.$logo->getShardedPath() ) ?>">
</div>

Expand Down

0 comments on commit 96ea4c6

Please sign in to comment.