Remove 1px thin line on mobile view
This commit is contained in:
parent
475c42a588
commit
ae4e62e50e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
margin: 0;
|
||||
|
||||
@media @screen_max-xs{
|
||||
width: 1px;
|
||||
width: 0;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: 1.6rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue