docs: update readme with image and fix tagline css

Add readme-image1.png to README.md for better visual guidance
Fix tagline wrapping issues in theme style.css
This commit is contained in:
sanbuphy
2026-01-12 15:34:58 +08:00
parent ab90283e1b
commit d33d85734d
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -55,3 +55,9 @@
max-height: 250px !important;
width: auto !important;
}
/* Fix tagline wrapping issues */
.VPHomeHero .tagline {
white-space: nowrap;
max-width: none !important;
}