We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489a0bb commit a8441f1Copy full SHA for a8441f1
1 file changed
docs/.vitepress/theme/custom.css
@@ -18,18 +18,20 @@
18
19
/* Hero image sizing */
20
.VPHero .container {
21
- max-width: 100% !important;
+ max-width: calc(var(--vp-layout-max-width) - 100px);
22
}
23
24
.VPHero .image-container {
25
- max-width: 550px !important;
+ max-width: 600px !important;
26
padding: 24px;
27
margin-bottom: 20px;
28
29
30
@media (min-width: 960px) {
31
32
margin-bottom: 0;
33
+ transform: none;
34
+ max-width: 100% !important;
35
36
37
@@ -38,7 +40,7 @@
38
40
39
41
42
.VPHero .image-container img {
- max-height: 470px;
43
44
+ max-height: 500px;
45
object-fit: contain;
46
0 commit comments