Skip to content

Commit

Permalink
Apply suggestions from tblivet
Browse files Browse the repository at this point in the history
Co-authored-by: Blivet Thibault <110676325+tblivet@users.noreply.github.com>
  • Loading branch information
rodriciru and tblivet authored Sep 7, 2023
1 parent b6c0f6b commit 614edd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/_partials/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
{block name='header_bottom'}
<div class="{$headerBottomName}">
<div class="container-md {$headerBottomName}__container">
<div class="row gx-2 {$headerBottomName}__row">
<div class="col-auto logo order-xl-1 ms-lg-0 ms-2 me-lg-0 me-auto">
<div class="row gx-2 align-items-stretch {$headerBottomName}__row">
<div class="d-flex align-items-center col-auto logo order-xl-1 ms-lg-0 ms-2 me-lg-0 me-auto">
{if $shop.logo_details}
{if $page.page_name == 'index'}<h1 class="{$headerBottomName}__h1 mb-0">{/if}
{renderLogo}
Expand Down

0 comments on commit 614edd4

Please sign in to comment.