Skip to content

Commit

Permalink
Update syllabussite.js
Browse files Browse the repository at this point in the history
  • Loading branch information
elproffesore authored Feb 23, 2024
1 parent 3d060f2 commit 9d83a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syllabussite.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function init() {
item.varianz = item.left ? Math.random() * window.innerWidth * 0.1 : Math.random() * -window.innerWidth * 0.1
item.x = item.left ? window.innerWidth * 0.05 + item.varianz : window.innerWidth * 0.95 + item.varianz

session.height += item.bounding.height + window.innerHeight * 0.5;
session.height += item.bounding.height + window.innerHeight * 0.25;
session.items.push(item);
})
// ADJUST SESSION HEIGHT, MARGIN AND PADDING
Expand Down

0 comments on commit 9d83a65

Please sign in to comment.