Skip to content

Commit

Permalink
small fixes for scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwharff committed Sep 17, 2024
1 parent 5b95920 commit bfc90b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
justify-content: space-around;
}
.text {
padding: 5%;
padding: 2% 5%;
}
h1 {
font-size: 50px;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/about/showcase/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
width: 100%;
}
.text {
padding: 5%;
padding: 2% 5%;
}
h1 {
font-size: 50px;
Expand Down

0 comments on commit bfc90b7

Please sign in to comment.