diff --git a/styles.css b/styles.css index 1acbee8..f86c16d 100644 --- a/styles.css +++ b/styles.css @@ -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; @@ -114,4 +114,4 @@ hr{ position: absolute; top: 20vh; } -} \ No newline at end of file +}