Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabhin03 committed Nov 22, 2024
1 parent f5253ff commit 5907a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const questionDiv = document.getElementById('question');
let Exits = [];
var max = 80;
rownum = parseInt(((window.innerHeight)/100)*20);
colnum = parseInt(((window.innerWidth)/100)*23);
colnum = parseInt(((window.innerWidth)/100)*20.5);
// rownum=colnum=max;
reset = true;
if(rownum%2==0){
Expand Down

0 comments on commit 5907a13

Please sign in to comment.