Skip to content

Commit

Permalink
changes for Minicart-search-logo-not-vertically-aligned-1
Browse files Browse the repository at this point in the history
  • Loading branch information
amol2jcommerce committed Mar 8, 2019
1 parent cf69967 commit a21901a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
// Mobile
// _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.block-search {
margin-top: @indent__s;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
}
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.minicart-wrapper {
margin-top: @indent__s;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
}
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.logo {
margin-bottom: 13px;
margin-top: 4px;
Expand Down

0 comments on commit a21901a

Please sign in to comment.