article block: organise styles by core block

This commit is contained in:
2026-02-04 13:55:13 +00:00
parent a0ff9876db
commit 9deb4a8f73
8 changed files with 234 additions and 138 deletions

View File

@@ -1,4 +1,5 @@
$font: "Ubuntu", Helvetica, Arial, sans-serif;
$blockquote: serif;
/*
* Roots Fonts Setup

View File

@@ -4,11 +4,11 @@
@use "variables/spacing";
.wysiwyg {
*:first-child {
> *:first-child {
margin-top: 0;
}
*:last-child {
> *:last-child {
margin-bottom: 0;
}
}