docs: improve intro sentence

This commit is contained in:
Johann Schopplich
2025-11-18 22:50:54 +01:00
parent 3d2788df53
commit 4c32fda628
3 changed files with 18 additions and 4 deletions

View File

@@ -15,6 +15,20 @@ details summary {
}
.VPHomeHero .image-src {
max-width: 180px !important;
max-height: 180px !important;
max-width: 112px;
max-height: 112px;
}
@media (min-width: 640px) {
.VPHomeHero .image-src {
max-width: 144px;
max-height: 144px;
}
}
@media (min-width:960px) {
.VPHomeHero .image-src {
max-width: 176px;
max-height: 176px;
}
}