Skip to content

Commit

Permalink
chore: update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmy committed Jul 5, 2024
1 parent 306700e commit b741626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

@media (min-width: 640px) {
:root {
--vp-home-hero-image-filter: blur(1px);
--vp-home-hero-image-filter: blur(44px);
}
}

Expand Down Expand Up @@ -139,8 +139,8 @@

.VPHero .VPImage {
animation: logo-spin infinite 20s linear;
top: auto;
left: auto;
top: 20%;
left: 20%;
width: 200px;
}

Expand Down

0 comments on commit b741626

Please sign in to comment.