Skip to content

Commit

Permalink
Merge pull request #2907 from uc-cdis/fix/vaLoginFormat
Browse files Browse the repository at this point in the history
Fix VA Login Page Formatting at large screen widths
  • Loading branch information
ocshawn authored Jun 14, 2024
2 parents 50f28f6 + af98b15 commit 15055fa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion qa-mickey.planx-pla.net/portal/gitops.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,20 @@
justify-content: center;
}

.login-page .login-page__central-content > div {
flex-basis: 100%;
}

.login-page .login-page__central-content > div.login-page__entries {
flex-basis: auto;
}

.login-page .login-page__title {
display: block;
background-image: url(/custom/sponsors/gitops-sponsors/login-logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position-x: center;
width: 100%;
height: 59px;
overflow: hidden;
text-indent: -9999px;
Expand Down

0 comments on commit 15055fa

Please sign in to comment.