Skip to content

Commit

Permalink
populated the about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sproff committed Oct 5, 2024
1 parent 185f1e8 commit 01f3223
Show file tree
Hide file tree
Showing 3 changed files with 475 additions and 45 deletions.
Binary file modified frontend/bun.lockb
Binary file not shown.
17 changes: 17 additions & 0 deletions frontend/src/pages/About.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pre {
width: 100%;
}

.code {
width: 100%;
line-height: 2;
white-space: pre-wrap;
}

.list {
margin-bottom: 1rem;
}

.section {
align-items: flex-start !important;
}
Loading

0 comments on commit 01f3223

Please sign in to comment.