We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f173dec commit bae8340Copy full SHA for bae8340
website/src/pages/index.module.css
@@ -49,7 +49,7 @@
49
position: absolute;
50
top: 0;
51
z-index: 1;
52
- width: calc(100% - 2rem);
+ width: calc(100% - (2 * var(--ifm-spacing-horizontal)));
53
}
54
55
.heroBanner h1::selection,
0 commit comments