Skip to content

Commit bf3dd14

Browse files
author
Kapil Gowru
committed
fix: fixed help seciton on home
1 parent 016c6a8 commit bf3dd14

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

fern/assets/styles.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,7 @@
464464
}
465465

466466
.help-section {
467-
border-bottom: 1px solid var(--grayscale-5);
468467
padding: 3rem 2rem;
469-
margin-bottom: 3rem;
470468
display: flex;
471469
flex-direction: column;
472470
gap: 1rem;

fern/footer-dist/output.js

Lines changed: 1 addition & 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const FernFooter: React.FC = () => {
1616
}
1717
1818
.footer {
19-
padding: 3rem 2rem;
19+
padding: 3rem 0rem;
2020
width: 100%;
2121
max-width: var(--page-width,88rem);
2222
margin: 0 auto;

0 commit comments

Comments
 (0)