Skip to content

Commit

Permalink
Merge pull request instructlab#486 from nerdalert/login-text
Browse files Browse the repository at this point in the history
Enlarge the login text and adjust the color
  • Loading branch information
vishnoianil authored Jan 23, 2025
2 parents a6f0cbd + a77fb83 commit 23c47ea
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/app/login/githublogin.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ a {
background-position: center;
background-repeat: no-repeat;
background-color: #454b9a;

min-height: 100vh;

display: flex;
align-items: center;
justify-content: center;
Expand All @@ -22,23 +20,24 @@ a {

.login-container {
text-align: center;
font-size: medium !important;
width: 100%;
max-width: 1200px;
padding: 20px;
}

.sign-in-text {
margin-top: 1rem;
color: white;
color: white !important;
padding: 20px;
font-size: xx-large;
font-size: large !important;
}

.description-text {
margin-top: 1rem;
color: white;
color: white !important;
padding-bottom: 50px;
font-size: x-large;
font-size: large !important;
font-style: italic;
}

Expand Down

0 comments on commit 23c47ea

Please sign in to comment.