We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af2c3a3 + 67f76d5 commit 03b51f4Copy full SHA for 03b51f4
src/css/components/_navbar.scss
@@ -49,11 +49,14 @@
49
margin-right: 18px;
50
}
51
52
- // &__brand,
53
- // &__logo {
54
- // width: 168px !important;
55
- // height: auto !important;
56
- // }
+ &__brand,
+ &__logo {
+ // width: 168px !important;
+ // height: auto !important;
+ @include mobile {
57
+ display: none;
58
+ }
59
60
61
&__link {
62
padding: 7px 21px 8px;
0 commit comments