Skip to content

Commit

Permalink
Reduce size of collapsible blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdomingu committed Aug 29, 2024
1 parent 53ba964 commit 2e02dea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/css/adoc/collapsible-blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ details[open] > summary::after {
}

details > .content, .admonitionblock details > .content {
padding: 12px 32px;
padding: 6px 16px;
}

details + details {
Expand All @@ -37,13 +37,12 @@ summary {
cursor: pointer;
display: flex;
font-family: var(--font-heading);
font-size: 20px;
font-weight: var(--weight-medium);
justify-content: space-between;
letter-spacing: -0.08px;
line-height: 28px;
list-style: none;
padding: 12px 32px;
padding: 6px 16px;
}

summary::after {
Expand Down

0 comments on commit 2e02dea

Please sign in to comment.