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:
@@ -55,3 +55,9 @@
|
||||
max-height: 250px !important;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
/* Fix tagline wrapping issues */
|
||||
.VPHomeHero .tagline {
|
||||
white-space: nowrap;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user