Skip to content

Commit

Permalink
Merge pull request #47 from icssc/feat/about
Browse files Browse the repository at this point in the history
feat: about page redesign
  • Loading branch information
NwinNwin authored Nov 9, 2024
2 parents 0363ba3 + 68f6047 commit 137a275
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 313 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 137a275

Please sign in to comment.