Skip to content

Commit 16525b4

Browse files
committed
Fix background image quotes
1 parent e7c222f commit 16525b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
.big::before {
9797
content: "";
98-
background-image: url("assets/pexels-george-milton-7034452.jpg");
98+
background-image: url('assets/pexels-george-milton-7034452.jpg');
9999
background-size: cover;
100100
height: 100%;
101101
width: 100%;

0 commit comments

Comments
 (0)