Skip to content

Commit f2f882c

Browse files
committed
fixed language icon responsiveness
1 parent c490fe7 commit f2f882c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/core/shell/toolbar/toolbar.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
display: none;
4848
}
4949

50-
@media (width <= 959px) {
50+
@media (width <= 960px) {
5151
.lg-icon {
5252
display: block;
53-
margin-left: 5px;
53+
margin-left: 7px;
5454
}
5555
}

0 commit comments

Comments
 (0)