Skip to content

Commit

Permalink
feat: about page redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleryy committed Oct 9, 2024
1 parent 6e67e06 commit 68f6047
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 314 deletions.
10 changes: 10 additions & 0 deletions packages/web/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@
transform: rotate(360deg);
}
}

html, body, #root {
height: 100%;
overflow-y: auto;
}

body {
margin: 0;
padding: 0;
}
Loading

0 comments on commit 68f6047

Please sign in to comment.