move login hint into the main content

This commit is contained in:
Xiaofeng An 2019-02-06 05:01:32 -05:00
parent e4c0bbddd9
commit f512ee2c3c
4 changed files with 47 additions and 50 deletions

View file

@ -719,3 +719,17 @@ nav {
margin-right: 0.8em;
}
}
.login-hint {
text-align: center;
@media all and (min-width: 801px) {
display: none;
}
a {
display: inline-block;
padding: 1em 0px;
width: 100%;
}
}