Skip to content

Commit bae8340

Browse files
authored
fix: tagline overlap (#501)
1 parent f173dec commit bae8340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
position: absolute;
5050
top: 0;
5151
z-index: 1;
52-
width: calc(100% - 2rem);
52+
width: calc(100% - (2 * var(--ifm-spacing-horizontal)));
5353
}
5454

5555
.heroBanner h1::selection,

0 commit comments

Comments
 (0)