Skip to content

Commit 4c4e4e8

Browse files
authored
FIX: more spacing for header on new app router (#265)
* more spacing * added search * another test * e * trying margin bottom * added search bar
1 parent 936a677 commit 4c4e4e8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

custom-implementation/src/components/header.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.custom-header {
22
z-index: 60;
3+
margin-bottom: 4rem;
34
}
45

56
.custom-header nav a {

fern/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ js:
2626
- path: ./dist/output.js
2727
strategy: beforeInteractive
2828

29+
layout:
30+
searchbar-placement: sidebar
31+
tabs-placement: sidebar
32+
disable-header: true
2933

3034
typography:
3135
bodyFont:

0 commit comments

Comments
 (0)