Skip to content

Commit

Permalink
More style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Apr 16, 2024
1 parent 7870384 commit 4d98251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/app/upload/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
border-radius: 1rem;
box-shadow: var(--shadow);
background: var(--white);
overflow-y: auto;
height: fit-content;
}
.title {
font-size: var(--font-xl);
Expand Down

0 comments on commit 4d98251

Please sign in to comment.