Skip to content

Commit 97f5d66

Browse files
committed
Fix scrolling text margin issues
1 parent f08ced6 commit 97f5d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/team.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function Team() {
4242
return (
4343
<Page>
4444
<Section>
45-
<div className="inline-block md:sticky md:max-h-0 top-48 md:mb-32">
45+
<div className="inline-block md:sticky md:max-h-0 top-48 md:mb-44">
4646
<h2 className="text-xl font-bold">Team Members</h2>
4747
<p>Meet the people who made CUSEC 2022 possible.</p>
4848
</div>

0 commit comments

Comments
 (0)