add figure margin in articles and image block blueprint

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-21 17:04:01 +01:00
parent e4a04cd127
commit 918b282417
2 changed files with 31 additions and 0 deletions

View file

@ -46,6 +46,10 @@ article ol {
margin-left: var(--unit--horizontal);
}
article figure {
margin: 4rem 0;
}
article figure img {
max-width: 100%;
}