We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037a7f4 commit e4f2e92Copy full SHA for e4f2e92
src/css/doc.css
@@ -760,15 +760,14 @@
760
.doc .sidebarblock {
761
background: var(--sidebar-background);
762
border-radius: 0.75rem;
763
- padding: 0.75rem 1.5rem;
+ padding: 1.75rem 1.5rem;
764
}
765
766
.doc .sidebarblock > .content > .title {
767
font-size: calc(22.5 / var(--rem-base) * 1rem);
768
font-weight: var(--alt-heading-font-weight);
769
line-height: 1.3;
770
margin-bottom: 0.5rem;
771
- text-align: center;
772
773
774
.doc .sidebarblock > .content > .title + *,
0 commit comments