Skip to content

Commit

Permalink
Merge branch 'develop' into I-550/removeFeatureFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny authored Feb 14, 2024
2 parents bd79419 + 6eb5dbb commit d5099b3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions app/styles/identity.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,3 +454,32 @@
font-size: 12px;
}
}

@media (max-height: 870px) and (min-width: 460px) {
.identity-rds-logo {
width: 174px;
margin-top: 3%;
}

.identity-heading {
font-size: 24px;
}

.identity-box {
height: 202px;
}

.identity-box-heading {
font-size: 22px;
}

.identity-box-desc {
font-size: 18px;
}

.identity-box-button {
padding: 10px;
font-size: 16px;
margin-top: 18px;
}
}

0 comments on commit d5099b3

Please sign in to comment.