Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Perry committed Sep 28, 2024
1 parent 4bd649b commit 978f886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
.explanation-outer {
width:100%;
padding: 0px;
padding-top: 240px;
padding-top: 250px;
border: 0;
}

Expand Down
4 changes: 2 additions & 2 deletions docs/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function setup() {
actualWidth = width;
marginLeft = 0;
pyramidCenter = actualWidth / 2;
pyramidHeight = 240;
pyramidHeight = 250;
lineHeight = pyramidHeight / 19;
fontSize = lineHeight;
pyramidTop = lineHeight / 2;
Expand Down Expand Up @@ -138,7 +138,7 @@ function windowResized() {
actualWidth = width;
marginLeft = 0;
pyramidCenter = actualWidth / 2;
pyramidHeight = 240;
pyramidHeight = 250;
lineHeight = pyramidHeight / 19;
fontSize = lineHeight;
pyramidTop = lineHeight / 2;
Expand Down

0 comments on commit 978f886

Please sign in to comment.