Skip to content

Commit

Permalink
fix: adjust for medium screen
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Jan 5, 2024
1 parent d970a81 commit 737e967
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/pages/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,14 @@ if (query.ref && query.ref === "external") {
padding: 2rem;
}
.login-content:first-child {
flex: auto;
flex: 0;
}
.login-content:last-child {
flex: auto;
}
.login-content .form-footer-group-buttons {
flex-direction: column;
}
}
</style>

0 comments on commit 737e967

Please sign in to comment.