This commit is contained in:
2026-04-12 23:25:07 +02:00
parent d8f9bb59fa
commit ef126bc177
69 changed files with 4168 additions and 1806 deletions

View File

@@ -272,13 +272,17 @@
&__figure {
margin: 30px 0 30px;
align-self: center;
}
&__image {
display: block;
max-width: 100%;
height: auto;
max-height: 430px;
object-fit: contain;
border-radius: 6px;
}
&__caption {
@@ -307,7 +311,10 @@
blockquote + &__h,
&__code + &__h,
&__figure + &__h {
margin-top: 13px;
margin-top: 23px;
}
> :not(h1) {
margin-left: 20px;
}
}