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 {
position: absolute;
bottom: 0;
right: 2rem;
position: fixed;
bottom: 1rem;
right: 1.5rem;
}
#login input {