Skip to content

Commit 9151f27

Browse files
committed
hide fork link on mobile
1 parent 4240f75 commit 9151f27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/.vitepress/theme/custom.css

+6
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,9 @@ a.plot-fork:hover {
8080
color: var(--vp-c-brand);
8181
text-decoration: none;
8282
}
83+
84+
@media (max-width: 820px) {
85+
a.plot-fork {
86+
display: none;
87+
}
88+
}

0 commit comments

Comments
 (0)