Skip to content

Commit

Permalink
Fix corrupted background image
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Jul 22, 2022
1 parent 924d81a commit d050d82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified forks.avif
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
body{
background: #eee url("forks.avif") no-repeat 50% 50%;
background-size: auto 100%;
background-size: cover;
width: 100vw;
min-height: 100vh;
}
Expand Down

0 comments on commit d050d82

Please sign in to comment.