Skip to content

Commit

Permalink
Styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
schlagtim committed Feb 18, 2024
1 parent 77cf54b commit f7ecb79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
min-height: 100%;
}
.row {
Expand All @@ -137,14 +137,14 @@
min-width: 0;
}
@media screen and (max-width: 600px) {
@media screen and (max-width: 38em) {
.row {
flex-direction: column;
width: 90%;
}
}
@media screen and (max-width: 1450px) {
@media screen and (max-width: 90em) {
.row {
width: 80%;
}
Expand Down

0 comments on commit f7ecb79

Please sign in to comment.