We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 489fe3d + 4fbc738 commit dd78299Copy full SHA for dd78299
src/components/overrides/Hero.astro
@@ -64,7 +64,7 @@ if (image) {
64
z-index: -1;
65
top: calc(var(--sl-nav-height) + var(--sl-mobile-toc-height));
66
left: 0;
67
- width: 100vw;
+ width: 100%;
68
height: calc(20rem + clamp(2.5rem, calc(1rem + 10vmin), 10rem));
69
70
/* Dark gradient */
0 commit comments