Skip to content

Commit

Permalink
fix: login footer small vh view
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed May 16, 2023
1 parent c548e7a commit dac5564
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ const useAnotherAccount = async () => {
}
.login-footer {
@apply absolute left-0 bottom-0 grid w-full items-center justify-items-center gap-3 px-6 pb-5 sm:grid-cols-[1.75rem_1fr_1.75rem];
@media screen and (max-height: 480px) {
@apply static mt-8 px-0;
}
.made-with-love {
@apply whitespace-pre-line text-center text-sm text-gray-400;
Expand Down

0 comments on commit dac5564

Please sign in to comment.