Skip to content

Commit 5bda4fa

Browse files
authored
web: hide logo on small screens (#141)
1 parent 1c74823 commit 5bda4fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web/src/components/core/Header.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@
3636
}
3737

3838
@media only screen and (max-width: 600px) {
39+
.header__commandBar .ms-CommandBar {
40+
padding: 0 10px;
41+
}
3942
.header__logo {
4043
height: 1em;
41-
margin-left: 0;
44+
margin: 0 10px;
45+
display: none;
4246
}
4347
}

0 commit comments

Comments
 (0)