Skip to content

Commit

Permalink
Fix icon on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Jul 31, 2020
1 parent 50b3571 commit 5b965c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions funnel/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ a.loginbutton.hidden,
.header__site-title__title
.header__site-title__logo {
height: 24px;
margin: 0 auto 3px;
margin: 0 auto 5px;
}
.hg-app
.header--fixed
Expand Down Expand Up @@ -1064,7 +1064,7 @@ a.loginbutton.hidden,
height: 28px;
margin-right: 16px;
position: relative;
top: -2px;
top: 1px;
}
.hg-app
.header--fixed
Expand Down
4 changes: 2 additions & 2 deletions funnel/static/sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

.header__site-title__logo {
height: 24px;
margin: 0 auto 3px;
margin: 0 auto 5px;
}

.search-form {
Expand Down Expand Up @@ -205,7 +205,7 @@
height: 28px;
margin-right: 16px;
position: relative;
top: -2px;
top: 1px;
}

.header__nav-links--search {
Expand Down

0 comments on commit 5b965c2

Please sign in to comment.