Skip to content

Commit a5f1476

Browse files
authored
Merge pull request PrestaShop#606 from boherm/fix-logo-size
Fix logo size
2 parents 898132d + 353e86b commit a5f1476

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/scss/custom/layout/_header-bottom.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ $component-name: header-bottom;
88
border-bottom: var(--header-bottom-border-bottom);
99

1010
.navbar-brand {
11+
max-width: 250px;
12+
max-height: max(50px, 10vh);
1113
padding: 0;
14+
15+
.logo {
16+
width: auto;
17+
max-height: inherit;
18+
}
1219
}
1320

1421
.nav-link {

0 commit comments

Comments
 (0)