Skip to content

Commit e7ef085

Browse files
committed
imagery
1 parent b40d9c3 commit e7ef085

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@
1111
--vp-c-brand-3: #66c7ec;
1212
--vp-c-brand-soft: rgba(0, 161, 224, 0.16);
1313
}
14+
15+
/* Hero image sizing */
16+
.VPHero .image-container {
17+
max-width: 550px !important;
18+
}
19+
20+
.VPHero .image-container .image-bg {
21+
display: none;
22+
}
23+
24+
.VPHero .image-container img {
25+
max-width: 550px !important;
26+
width: 100%;
27+
border-radius: 12px;
28+
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
29+
}

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ hero:
55
name: B2C CLI
66
text: Salesforce Commerce Cloud B2C Command Line Tools
77
tagline: A powerful CLI and SDK for managing B2C Commerce Cloud instances
8+
image:
9+
src: /cli-screenshot.png
10+
alt: B2C CLI help output
811
actions:
912
- theme: brand
1013
text: Get Started

docs/public/cli-screenshot.png

172 KB
Loading

0 commit comments

Comments
 (0)