Skip to content

Commit

Permalink
Update create_account_styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kevtorres23 committed Jul 6, 2024
1 parent 70f936f commit d3cf460
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions views/styles/create_account_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 165,12 @@ a{
-webkit-text-fill-color: transparent;
}

@media (max-width: 1440px){
#name.login-input, #lastname.login-input{
width: 14vw;
}
}

@media (max-width: 1024px){
.login-input{
width: 90%;
Expand Down

0 comments on commit d3cf460

Please sign in to comment.