Skip to content

Commit

Permalink
Merge pull request #622 from wjohnsto/master
Browse files Browse the repository at this point in the history
hiding logo in mobile
  • Loading branch information
PrasanKumar93 authored Oct 16, 2023
2 parents af2c3a3 + 67f76d5 commit 03b51f4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/css/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@
margin-right: 18px;
}

// &__brand,
// &__logo {
// width: 168px !important;
// height: auto !important;
// }
&__brand,
&__logo {
// width: 168px !important;
// height: auto !important;
@include mobile {
display: none;
}
}

&__link {
padding: 7px 21px 8px;
Expand Down

0 comments on commit 03b51f4

Please sign in to comment.