Skip to content

Commit

Permalink
feat: reduce UI element size globally
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhthomas committed Nov 15, 2023
1 parent e7aab99 commit 8f62a7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
html,
body {
@apply h-full overflow-hidden;
/* reduce the entire UI to a more reasonable scale */
font-size: 14px;
}

.h1 {
Expand Down

0 comments on commit 8f62a7d

Please sign in to comment.