Commit 6b47ccf4 authored by Mark Harding's avatar Mark Harding

(fix): login min-height resolves minds#450

parent 69546551
No related merge requests found
Pipeline #67220754 running with stages
......@@ -12,7 +12,7 @@ m-login {
display: flex;
max-width: 990px;
flex-direction: row;
height: 100%;
min-height: 100%;
@media screen and (max-width: $max-mobile) {
flex-direction: column;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment