Skip to content

Commit 80709b9

Browse files
authored
Merge pull request #96 from mattam82/fix-88
Fix anchor targets being hidden by the top-bar
2 parents c900027 + 063534b commit 80709b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rocqproverorg_frontend/css/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ body.dark {
166166
}
167167

168168
.prose [id] {
169-
scroll-margin-top: 2rem;
169+
scroll-margin-top: 90px;
170170
}
171171

172172
.prose :is(h1, h2, h3, h4, h5, h6) {

0 commit comments

Comments
 (0)