Skip to content

Commit

Permalink
update style.css: fix background image URL syntax for improved compat…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
Martin-Atanasov123 committed Jan 4, 2025
1 parent 6e13eb2 commit feadff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion things/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ nav ul li a {
align-items: center;

border-bottom: 2px solid;
background-image: url(/things/images/main\ cover.jpg);
background-image: url("/things/images/main\ cover.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
Expand Down

0 comments on commit feadff9

Please sign in to comment.