Skip to content

Commit

Permalink
Adjust style for index
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauer, Felix committed Dec 6, 2024
1 parent 38c82db commit 3dccb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ const IntroImage = await IntroImagesSrc[IntroImages[0]]();

&:last-child {
min-height: max-content;
padding-bottom: 3vh;
padding-bottom: 20vh;

@include min-width("m") {
padding-bottom: 5vh;
padding-bottom: 10vh;
}
}
}
Expand Down

0 comments on commit 3dccb5f

Please sign in to comment.