Skip to content

Commit d0167a0

Browse files
author
Fabricio Sobral
committed
fixed resize logo mobile
1 parent 3397b2b commit d0167a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/design/frontend/Magento/blank/Magento_Theme/web/css/source/_module.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989

9090
img {
9191
display: block;
92+
height: auto;
9293
}
9394

9495
.page-print & {

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148

149149
img {
150150
display: block;
151+
height: auto;
151152
}
152153

153154
.page-print & {

0 commit comments

Comments
 (0)