Skip to content

Commit

Permalink
fix(storefront): BCTHEME-197 Logo focus of voice over has wrong (100%…
Browse files Browse the repository at this point in the history
… of the screen) width
  • Loading branch information
BC-tymurbiedukhin committed Sep 9, 2020
1 parent 797b3da commit dd5712f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/scss/layouts/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
overflow: visible;
position: relative;
height: auto;
display: flex;
flex-direction: column;
}

&.is-open {
Expand All @@ -69,6 +71,7 @@
@include breakpoint("medium") {
margin: (spacing("double") + spacing("base")) auto (spacing("double") + spacing("single"));
padding: 0;
height: auto;

.header.fixed & {
background-color: color("greys", "lightest");
Expand Down Expand Up @@ -96,9 +99,10 @@
@include breakpoint("medium") {
background: none;
border-bottom: 0;
display: inline;
display: inline-block;
padding: 0;
width: 100%;
height: auto;
}

&:hover {
Expand Down

0 comments on commit dd5712f

Please sign in to comment.