Skip to content

Commit

Permalink
Minor gap adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
wileymc committed Dec 25, 2024
1 parent 3da5215 commit 13e3f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/DocsLayout/DocsLayout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
z-index: 50;
display: flex;
flex-direction: column;
gap: 1.5rem;
gap: 0.75rem;

@media (max-width: 768px) {
gap: 0;
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function DocsIndex() {
Send out questions to candidates and have their responses
automatically compiled into an embeddable voter guide.
</p>
<Link href="/docs/content/candidate-guides">Learn more</Link>
<Link href="/docs/content/candidate-guide">Learn more</Link>
</Box>
<Box>
<div className={styles.flexLeft}>
Expand Down

0 comments on commit 13e3f36

Please sign in to comment.