Skip to content

Commit

Permalink
Updating vh to dvh
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilanshSisodia authored Jul 27, 2024
1 parent 5848c85 commit e17cd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body{
align-items: center;
justify-content: center;
width: 100vw;
min-height: 100vh;
min-height: 100dvh;
background: linear-gradient(135deg, #fffafd, #f5cdff);
}

Expand Down

0 comments on commit e17cd75

Please sign in to comment.