Skip to content

Commit f9aba7e

Browse files
authored
fix: fix minor UI regression (#1081)
- Fix max-width on page content - re-hide the docusaurus breadcrumb
1 parent 307c24d commit f9aba7e

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

crowdsec-docs/src/css/crowdsec-typography.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
.theme-doc-markdown > p,
2525
.theme-doc-markdown > ul > li,
2626
.theme-doc-markdown > ol > li {
27-
max-width: 720px;
2827
line-height: 1.65;
2928
}
3029

crowdsec-docs/src/css/navbar.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@
5050
}
5151

5252
nav.theme-doc-breadcrumbs {
53-
font-family: var(--cs-font-mono);
54-
font-size: 12px;
55-
letter-spacing: 0.04em;
56-
color: var(--cs-ink-mute);
57-
margin-bottom: 20px;
53+
display: none;
5854
}
5955

6056
.breadcrumbs__item {

0 commit comments

Comments
 (0)