Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AashishVivekBhat authored Jan 30, 2024
1 parent 3689f9e commit 88f96b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
body{
max-width: 100vw;
min-height: 100vh; /*to apply flex display and align item in center*/
font-family: Work Sans;
font-family: "Work Sans";
background: var(--light-pink) no-repeat url(./assets/images/background-pattern-desktop.svg);
background-size: contain;
display: flex;
Expand Down Expand Up @@ -114,4 +114,4 @@ hr{
position: absolute;
top: 20vh;
}
}
}

0 comments on commit 88f96b5

Please sign in to comment.