Skip to content

Commit

Permalink
fix(storefront): bctheme-150 fixed issue with store logo on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-alexsaiannyi committed Aug 6, 2020
1 parent 54ddcef commit 833bf4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed issue with missing logo on mobile and tablet. [#1767](https://github.com/bigcommerce/cornerstone/pull/1767)

## 4.9.0 (07-28-2020)
- Added correct alt text on image change in product view. [#1747](https://github.com/bigcommerce/cornerstone/pull/1747)
Expand Down
1 change: 1 addition & 0 deletions assets/scss/layouts/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@

.header-logo-image-container {
position: relative;
width: 100%;
}

.header-logo-image-container:after {
Expand Down

0 comments on commit 833bf4f

Please sign in to comment.