Hide lark in mobile view. It is just a distraction
This commit is contained in:
parent
445145f9b9
commit
4366bbbbf5
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 550px) {
|
||||||
|
.olrk-normal {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.resource-view-element {
|
.resource-view-element {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue