fix(settings): remove max-width cap on settings pages
.settings-page was capped at 56rem, leaving Compte, Préférences alimentaires (foyer), and Préférences utilisateur cramped in a narrow centered column on wide viewports. Drop the max-width/margin so the content fills .app-content's full width like other pages.
This commit is contained in:
parent
3fd55c4f85
commit
4647a82942
1 changed files with 0 additions and 8 deletions
|
|
@ -8,15 +8,7 @@
|
|||
// household/regime/allergies page was split in three.
|
||||
// =============================================================================
|
||||
|
||||
// Centered column, not pinned to the content area's left edge — on a wide
|
||||
// desktop viewport that left plenty of unused space beside these forms.
|
||||
// Wide enough to give grids (the allergy checkboxes, the ingredient
|
||||
// picker's category chips) real room, still well short of `.app-content`'s
|
||||
// full width so line lengths/inputs don't stretch edge-to-edge.
|
||||
.settings-page {
|
||||
max-width: 56rem;
|
||||
margin: 0 auto;
|
||||
|
||||
&__status {
|
||||
color: var(--color-text-muted);
|
||||
font-size: var(--font-size-md);
|
||||
|
|
|
|||
Loading…
Reference in a new issue