Refactored primitives & content.css

This commit is contained in:
2026-03-03 13:58:20 +01:00
parent b8544011d4
commit ea0f471fd3
26 changed files with 1357 additions and 1310 deletions

View File

@@ -50,7 +50,7 @@ const headerCover =
subtitle={subtitle}
/>
<div class="frame">
<div class="body content">
<div class="body content prose">
<slot name="before-content" />
<Content />
<slot name="after-content" />
@@ -69,12 +69,11 @@ const headerCover =
.frame {
@mixin layout-wrapper;
font-size: var(--typo-size-responsive);
@media (--bp-desktop) {
position: relative;
display: grid;
grid-template-columns: var(--ui-content-width) var(--ui-margin-width);
grid-template-columns: var(--layout-content-width) var(--layout-margin-width);
gap: var(--layout-gutter);
}
}