Offline bg: no-repeat + cover to eliminate SVG tiling seam. Bump 03.09.23
Some checks failed
Repo Health / Access control (push) Successful in 0s
Repo Health / Release configuration (push) Failing after 3s
Repo Health / Scripts governance (push) Successful in 4s
Repo Health / Repository health (push) Failing after 4s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-18 13:44:48 -05:00
parent 5695e72d98
commit 33ac1481ac
5 changed files with 19 additions and 19 deletions

View File

@@ -21,8 +21,8 @@
background-image: var(--header-background-image, none);
background-position: var(--header-background-position, center);
background-attachment: var(--header-background-attachment, fixed);
background-repeat: var(--header-background-repeat, repeat);
background-size: var(--header-background-size, auto);
background-repeat: no-repeat;
background-size: cover;
}
/* === Centered Card Overlay === */