Skip to content

Commit 9517c79

Browse files
committed
remove breadcrumbs
1 parent 3aea2e2 commit 9517c79

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docusaurus/docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const config: Config = {
4848
docs: {
4949
routeBasePath: '/',
5050
sidebarPath: './sidebars.ts',
51+
breadcrumbs: false,
5152
},
5253
theme: {
5354
customCss: './src/css/custom.css',

docusaurus/src/css/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@
4444
}
4545

4646
.theme-layout-main .container {
47-
padding: 4rem !important;
47+
padding: 0 4rem;
48+
margin: 4rem 0;
4849
}
4950

5051
@media (max-width: 1200px){
5152
.theme-layout-main .container {
52-
padding: 1.5rem !important;
53+
padding: 1.5rem;
54+
margin: 0;
5355
}
5456
}

0 commit comments

Comments
 (0)