Skip to content

Commit

Permalink
Basic support on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
schlagtim committed Feb 18, 2024
1 parent f7ecb79 commit 5b95512
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
.app {
display: flex;
flex-direction: column;
height: 100%;
min-height: 100%;
width: 100%;
}
Expand Down Expand Up @@ -82,5 +82,9 @@
.links {
flex-direction: column;
}
.app {
min-height: 400%;
}
}
</style>
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
flex: 1;
display: flex;
flex-direction: row;
width: 60%;
width: 65%;
}
.column {
Expand Down

0 comments on commit 5b95512

Please sign in to comment.