forked from AkkomaGang/akkoma-fe
fix #308 - hide login hint on desktop
This commit is contained in:
parent
c758d103bd
commit
bf642ebab7
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
|
||||
.login-hint {
|
||||
text-align: center;
|
||||
|
||||
@media all and (min-width: 801px) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue