Skip to content

Commit 1d7f3ac

Browse files
authored
docs: add responsive styles for sponsor SVG on mobile (#384)
Co-authored-by: Florian Beaumont <[email protected]>
1 parent 8c9c5c1 commit 1d7f3ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vitepress/components/HomePage.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,9 @@ onMounted(async () => {
5757
.dark .voidzero {
5858
background-image: url(https://voidzero.dev/logo-white.svg);
5959
}
60+
61+
:deep(svg) {
62+
max-width: 100%;
63+
height: auto;
64+
}
6065
</style>

0 commit comments

Comments
 (0)