Skip to content

Commit

Permalink
ENGCOM-7253: [bugfix] The store logo is missing when using the Magent…
Browse files Browse the repository at this point in the history
…o_blank theme #27497
  • Loading branch information
slavvka authored Apr 3, 2020
2 parents 562644f + 4b83b0d commit a296ead
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions app/design/frontend/Magento/blank/Magento_Theme/layout/default.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="logo">
<arguments>
<argument name="logo_width" xsi:type="number">170</argument>
</arguments>
</referenceBlock>
</body>
</page>
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
}

.logo {
margin: -8px auto 25px 0;
margin: 0 auto 25px 0;

img {
max-height: inherit;
Expand Down

0 comments on commit a296ead

Please sign in to comment.