Skip to content

Commit a74e9c1

Browse files
dflclaude
andcommitted
Move bg-background-app from main to body so background fills full viewport
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent be53a14 commit a74e9c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/assets/stylesheets/cfa_ui_components/base/typography.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77
font-weight: 400;
88

99
line-height: normal;
10-
@apply antialiased;
10+
@apply antialiased bg-background-app;
1111
}
1212

1313
h1 {

app/assets/stylesheets/cfa_ui_components/components/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
main {
2-
@apply bg-background-app mx-auto w-full max-w-[368px] md:max-w-[688px] xl:max-w-[944px] 2xl:max-w-[1072px] px-cfa-med py-cfa-xl space-y-cfa-xl;
2+
@apply mx-auto w-full max-w-[368px] md:max-w-[688px] xl:max-w-[944px] 2xl:max-w-[1072px] px-cfa-med py-cfa-xl space-y-cfa-xl;
33
}
44

55
.cfa-card > * + * {

0 commit comments

Comments
 (0)