Skip to content

Commit

Permalink
fix: Update sidebar style
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Mar 27, 2024
1 parent 037a7f4 commit e4f2e92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -760,15 +760,14 @@
.doc .sidebarblock {
background: var(--sidebar-background);
border-radius: 0.75rem;
padding: 0.75rem 1.5rem;
padding: 1.75rem 1.5rem;
}

.doc .sidebarblock > .content > .title {
font-size: calc(22.5 / var(--rem-base) * 1rem);
font-weight: var(--alt-heading-font-weight);
line-height: 1.3;
margin-bottom: 0.5rem;
text-align: center;
}

.doc .sidebarblock > .content > .title + *,
Expand Down

0 comments on commit e4f2e92

Please sign in to comment.