Skip to content

Commit

Permalink
Fix logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
boherm committed Mar 8, 2024
1 parent 898132d commit df34006
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/scss/custom/layout/_header-bottom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ $component-name: header-bottom;

.navbar-brand {
padding: 0;

.logo {
width: auto;
max-height: 50px;
}
}

.nav-link {
Expand Down
2 changes: 1 addition & 1 deletion templates/_partials/helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{function renderLogo}
<a class="navbar-brand d-block" href="{$urls.pages.index}">
<img
class="logo img-fluid"
class="logo"
src="{$shop.logo_details.src}"
alt="{$shop.name}"
width="{$shop.logo_details.width}"
Expand Down

0 comments on commit df34006

Please sign in to comment.