Fix login UI

This commit is contained in:
Juan de la Cruz 2020-05-27 17:06:39 +02:00
parent 117744f3f7
commit b7f6c72981
6 changed files with 33 additions and 7 deletions

View file

@ -82,7 +82,15 @@ textarea {
}
.links {
display: flex;
font-size: $fs11;
justify-content: space-between;
margin-bottom: $medium;
&.demo {
justify-content: center;
margin-top: $big;
}
}
.link-entry {