Skip to content

Commit

Permalink
fix mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsedan committed Nov 24, 2023
1 parent b80424c commit 50bd2c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ html {
body:before {
content: "";
position: fixed;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
top: 0;
left: 0;

background: no-repeat top/cover url("assets/bg.jpg");
}
Expand Down

0 comments on commit 50bd2c4

Please sign in to comment.