fix #308 - hide login hint on desktop

This commit is contained in:
Xiaofeng An 2019-02-05 13:48:12 -05:00
parent c758d103bd
commit bf642ebab7

View file

@ -18,6 +18,10 @@
.login-hint {
text-align: center;
@media all and (min-width: 801px) {
display: none;
}
a {
display: inline-block;