Skip to content

Commit e4f2e92

Browse files
committed
fix: Update sidebar style
1 parent 037a7f4 commit e4f2e92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/doc.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,15 +760,14 @@
760760
.doc .sidebarblock {
761761
background: var(--sidebar-background);
762762
border-radius: 0.75rem;
763-
padding: 0.75rem 1.5rem;
763+
padding: 1.75rem 1.5rem;
764764
}
765765

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

774773
.doc .sidebarblock > .content > .title + *,

0 commit comments

Comments
 (0)