Skip to content

Commit

Permalink
feat: rwd demos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Pietal committed Jan 1, 2022
1 parent 690e730 commit c5e482a
Show file tree
Hide file tree
Showing 14 changed files with 90 additions and 69 deletions.
2 changes: 1 addition & 1 deletion dist/demo/demo.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions dist/demo/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<title>
2d collision detection for circles, polygons, and points (with SAT and
Expand All @@ -25,15 +26,21 @@
z-index: -1;
}

body > div {
padding: 1rem;
}

body > div > div {
color: white;
font-size: 20pt;
font-family: Arial;
padding: 20pt;
font-family: "Courier New", Courier, monospace;
font-size: 1rem;
margin: 0.5rem;
}

input {
zoom: 2;
margin: 0;
vertical-align: middle;
}
</style>
</head>
Expand Down
Loading

0 comments on commit c5e482a

Please sign in to comment.