Skip to content

Commit

Permalink
feat: adjust landing page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Jan 3, 2024
1 parent 3045b54 commit 0782515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,12 @@ if (query.ref && query.ref === "external") {
.login-content:first-child{
padding-top: 3rem;
padding-left: 2.5rem;
max-width: 55%;
width: 55%;
box-sizing: border-box;
}
.login-content:last-child {
overflow-y: hidden;
width: 45%;
}
.login-content:first-child img {
width: 10.5rem;
Expand Down

0 comments on commit 0782515

Please sign in to comment.