Skip to content

Commit

Permalink
fix(project): fix header logo and search alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Aug 6, 2021
1 parent fa8e6ce commit 5ec7522
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/Header/Header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
// Header search
//
.search {
width: 180px;
max-width: 180px;
}

//
Expand Down Expand Up @@ -165,9 +165,3 @@
width: 40px;
}
}

@include responsive.tablet-only() {
.menu {
width: 180px;
}
}

0 comments on commit 5ec7522

Please sign in to comment.