Keep space under the guide logo and align header and body.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -153,21 +153,17 @@ export default function LegalDocumentPage({
|
||||
/>
|
||||
|
||||
<div className="relative min-h-screen overflow-x-hidden bg-transparent">
|
||||
<ContentBanner post={post} variant="guide" />
|
||||
<ContentBanner
|
||||
post={post}
|
||||
variant="guide"
|
||||
updatedLabel={page.updated}
|
||||
/>
|
||||
|
||||
<article
|
||||
className="relative z-10 p-[var(--spacing-scale-024)] sm:py-[var(--spacing-scale-032)]"
|
||||
className="relative z-10 flex w-full justify-center p-[var(--spacing-scale-024)] sm:px-0 sm:py-[var(--spacing-scale-032)]"
|
||||
data-node-id="19003:23574"
|
||||
>
|
||||
<div className={`${ARTICLE_COLUMN_CLASS} -mt-[var(--spacing-scale-048)]`}>
|
||||
<div
|
||||
className="flex flex-wrap items-end gap-[var(--measures-spacing-008,8px)] text-xx-small-paragraph text-[var(--color-content-default-secondary)] md:text-x-small-paragraph lg:text-small-paragraph xl:text-large-paragraph"
|
||||
data-name="Metadata Container"
|
||||
>
|
||||
<span>{page.banner.author}</span>
|
||||
<span>{page.updated}</span>
|
||||
</div>
|
||||
|
||||
<div className={ARTICLE_COLUMN_CLASS}>
|
||||
{page.intro.length > 0 ? (
|
||||
<div className="flex flex-col gap-[1em]">
|
||||
{page.intro.map((paragraph) => (
|
||||
|
||||
Reference in New Issue
Block a user