docs: update logo

This commit is contained in:
kawamataryo
2024-11-28 10:10:38 +09:00
parent 215487966b
commit 5542bdf497
2 changed files with 9 additions and 2 deletions

View File

@@ -11,8 +11,15 @@
}
.VPImage.image-src {
max-width: 180px;
max-height: 180px;
max-width: 130px;
max-height: 130px;
}
@media (min-width: 640px) {
.VPImage.image-src {
max-width: 170px;
max-height: 170px;
}
}
@media (min-width: 640px) {