Skip to content

Commit

Permalink
fix(performance): update with requestAnimationFrame and style setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Finney committed Apr 3, 2018
1 parent d642fa8 commit 37fb844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ body {
display: grid;
font-family: system-ui, sans-serif;
grid-gap: 1rem;
grid-template-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
}

0 comments on commit 37fb844

Please sign in to comment.