Skip to content

Commit

Permalink
center homepage logo a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed May 26, 2024
1 parent a8d80d4 commit 6f09d91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ hero:
--vp-home-hero-image-filter: blur(44px);
}

/* vertically center hero image (pain) */
.image-container > * {
margin-top: 2em;
}

/* bigger blur for bigger screens */
@media (min-width: 640px) {
:root {
Expand Down

0 comments on commit 6f09d91

Please sign in to comment.