Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aunshx committed Sep 4, 2024
1 parent 4f6cf9a commit 5a48753
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 0 deletions.
129 changes: 129 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/Styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,9 @@ video {
.w-screen {
width: 100vw;
}
.min-w-full {
min-width: 100%;
}
.max-w-200p {
max-width: 200px;
}
Expand Down

0 comments on commit 5a48753

Please sign in to comment.