Skip to content

Commit

Permalink
docs: fix landing page mobile responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed May 24, 2024
1 parent 46a834d commit 86c1312
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/.vitepress/theme/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
justify-content: center;
}

@media (max-width: 640px) {
.VPHero .image-container {
max-width: 320px;
width: auto;
}
}

.VPHero .image img {
max-height: 130px;
max-width: none;
Expand Down

0 comments on commit 86c1312

Please sign in to comment.