Skip to content

Commit

Permalink
script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam1024 authored Aug 3, 2023
1 parent e402081 commit 3bf9930
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
let vh = window.innerHeight * 0.01;
let vw = window.innerWidth * 0.01;

document.documentElement.style.setProperty('--vh', `${vh}px`);
document.documentElement.style.setProperty('--vw', `${vw}px`);



var slideIndex = 1;
Expand Down

0 comments on commit 3bf9930

Please sign in to comment.