login css fix

This commit is contained in:
Tomáš Mládek 2019-04-30 19:32:57 +02:00
parent 857c2378c2
commit 814e18a7cd

View file

@ -199,9 +199,9 @@ a {
} }
#login { #login {
position: absolute; position: fixed;
bottom: 0; bottom: 1rem;
right: 2rem; right: 1.5rem;
} }
#login input { #login input {