Skip to content

Commit

Permalink
Merge pull request #34 from SteinCodeAT/dev-te
Browse files Browse the repository at this point in the history
fixed padding for about me header in mobile view
  • Loading branch information
kalvinter authored Mar 17, 2024
2 parents 2a1ef1d + 52daa08 commit f9f29dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ Austria, Italy, Poland, Greece, Bosnia and Herzegovina.
padding-top: 10vh;
margin-bottom: 10vh;
}

.stack-area {
position: relative;
display: flex;
Expand Down Expand Up @@ -345,6 +346,7 @@ Austria, Italy, Poland, Greece, Bosnia and Herzegovina.
height: 40vh;
position: sticky;
top: 5vh;
padding-top: 1.5rem;
}

.about-me--header-img-wrapper {
Expand Down

0 comments on commit f9f29dc

Please sign in to comment.