Skip to content

Commit

Permalink
docs: fix warnings; fix errs; use min-h-screen for content
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Dec 5, 2023
1 parent 2a0e673 commit c0d0c28
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/docs/adrs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To suggest an ADR, please make use of the [ADR template](./adr-template.md) prov
| [001](./adr-001-key-assignment.md) | Consumer chain key assignment | Accepted, Implemented |
| [002](./adr-002-throttle.md) | Jail Throttling | Accepted, Implemented |
| [003](./adr-003-equivocation-gov-proposal.md) | Equivocation governance proposal | Accepted, Implemented |
| [004](./adr-004-denom-dos-fixes) | Denom DOS fixes | Accepted, Implemented |
| [004](./adr-004-denom-dos-fixes.md) | Denom DOS fixes | Accepted, Implemented |
| [005](./adr-005-cryptographic-equivocation-verification.md) | Cryptographic verification of equivocation evidence | Accepted, In-progress |
| [007](./adr-007-pause-unbonding-on-eqv-prop.md) | Pause validator unbonding during equivocation proposal | Proposed |
| [008](./adr-008-throttle-retries.md) | Throttle with retries | Accepted, In-progress |
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const config = {
toExtensions: ["html"],
redirects: [
{
from: ["/", "/main", "/master"],
from: ["/main", "/master"],
to: "/",
},
],
Expand Down
5 changes: 4 additions & 1 deletion docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ html {
@apply no-underline w-full text-2;
}
}

/* MAINNAV */
.navbar {
@apply pb-2 pt-5 h-auto border-b border-b-docusaurusColorBorder shadow-none bg-docusaurusBgColor;
Expand Down Expand Up @@ -538,4 +537,8 @@ html {
}
}
}

.main-wrapper {
@apply min-h-screen;
}
}

0 comments on commit c0d0c28

Please sign in to comment.