Skip to content

Commit

Permalink
Update landingpage.css
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaR-05 committed Jun 9, 2023
1 parent d8fe771 commit b401b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/landingpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ h6 {

body {
box-sizing: border-box;
background-image: url("docs/images/wood-grain-texture.jpg");
background-image: url("/docs/images/wood-grain-texture.jpg");
background-size: cover;
background-position: right;
min-height: 100vh;
display: grid;
place-items: center;
cursor: url("docs/images/Rocket_Ship_Blue_cursor.png"), auto;
cursor: url("/docs/images/Rocket_Ship_Blue_cursor.png"), auto;
}

h1 {
Expand Down

0 comments on commit b401b42

Please sign in to comment.