Merge branch 'main' into i299_fix-auto-scroll-highlighting-of-code-blocks

This commit is contained in:
2025-11-13 21:39:44 -05:00
2 changed files with 15 additions and 2 deletions

View File

@@ -403,6 +403,9 @@ article > p,
font-size: var(--default-header-4-font-size);
margin-left: 22px;
}
.lane.stack > article > footer {
margin-bottom: 1rem;
}
a.lane-button {
display: flex;
flex-direction: column;