Skip to content

Commit 016c6a8

Browse files
author
Kapil Gowru
committed
fix: added global footer
1 parent db86b60 commit 016c6a8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

fern/footer-dist/output.js

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

footer/src/FernFooter.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ export const FernFooter: React.FC = () => {
1111
return (
1212
<>
1313
<style>{`
14+
#fern-footer-wrapper {
15+
border-top: 1px solid var(--border);
16+
}
17+
1418
.footer {
1519
padding: 3rem 2rem;
1620
width: 100%;
1721
max-width: var(--page-width,88rem);
1822
margin: 0 auto;
19-
border-top: 1px solid var(--border);
2023
}
2124
2225
.footer-top {

0 commit comments

Comments
 (0)