new post + small margin fix

This commit is contained in:
Nico 2023-02-03 18:39:31 +01:00
parent 6442f7265d
commit e2b55e192b
4 changed files with 113 additions and 0 deletions

View file

@ -49,4 +49,7 @@ if (content.data.code) {
.editorial :global(picture) {
margin: var(--space-s-m) 0;
}
.content :global(p + p) {
margin-block-start: var(--space-s);
}
</style>