Skip to content

Commit 3979ba8

Browse files
Kapil GowruKapil Gowru
authored andcommitted
feat: fixed footer width
1 parent 5887746 commit 3979ba8

File tree

3 files changed

+4
-111
lines changed

3 files changed

+4
-111
lines changed

fern/footer-dist/output.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

footer/src/FernFooter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ export const FernFooter: React.FC = () => {
1616
}
1717
1818
.footer {
19-
padding: 3rem 0rem;
19+
padding: 3rem 2rem;
2020
width: 100%;
21-
max-width: var(--page-width,88rem);
21+
max-width: calc(var(--page-width,88rem) + 4rem);
2222
margin: 0 auto;
2323
}
2424

footer/src/Footer-old.tsx

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)