Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* mangle it. */
.VPHome {
position: relative;
isolation: isolate;
/* content-column width, and the gutter from the viewport edge in to it —
Comment thread
btravers marked this conversation as resolved.
defined once so the glow and glyph stay anchored to the same column. */
--btv-col: 1152px;
Expand All @@ -37,7 +38,7 @@
no-repeat top center / contain;
opacity: 0.14;
pointer-events: none;
z-index: 0;
z-index: -1;
}
@media (max-width: 768px) {
.VPHome::after {
Expand Down
Loading