Skip to content

Commit

Permalink
Merge pull request #18 from s1099/main
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne authored Mar 4, 2024
2 parents ae5f45d + eec873c commit b3663ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
* {
max-width: 100%;
}

html,
body {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
max-width: 100%;
}

.stack {
display: inline;
font-size: max(5vh, 3vw);
font-family: Arial, Verdana, Helvetica, sans-serif;
max-width: 100%:
}

0 comments on commit b3663ea

Please sign in to comment.