Let config sections fill the container width

Drop .config-section's 32rem cap -- the project name and status forms
now stretch to whatever width .card.project actually has instead of
sitting narrower than the header above them for no reason.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-04 21:06:25 +01:00
co-authored by Claude Sonnet 5
parent 0eaa100d97
commit b51d70b447
-1
View File
@@ -691,7 +691,6 @@ h1 {
/* --- project configuration: status list ------------------------------- */
.config-section {
max-width: 32rem;
margin-top: 1.5rem;
}