feat: limit visualization to 100 elements

This commit is contained in:
Joshua Seigler 2016-09-13 10:04:22 -04:00
parent ffd6f7e41a
commit 3e6057e624
2 changed files with 10 additions and 0 deletions

View file

@ -12,6 +12,7 @@ body {
background-color: hsl(208, 73%, 43%);
color: white;
min-height: 100vh;
overflow: hidden;
}
* {
box-sizing: inherit;