Skip to content

Commit

Permalink
Fix landing page background issue with different devices resulutions
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiranjewee63 committed May 21, 2024
1 parent 0f25842 commit 6990ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ html, body {
width: 100%;
height: 100%;
color: #fff;
background: url('/img/background/image.png');
background-attachment: fixed;
background: url('/img/background/image.png') no-repeat center center fixed;
background-size: cover;
}

.home {
Expand Down

0 comments on commit 6990ef9

Please sign in to comment.