Hide lark in mobile view. It is just a distraction

This commit is contained in:
Joseph Schorr 2013-12-26 22:28:32 -05:00
parent 445145f9b9
commit 4366bbbbf5

View file

@ -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;
} }