From e6f5d71f46477c887babd1a760c072e3737fda69 Mon Sep 17 00:00:00 2001 From: Christopher Drosos Date: Sun, 3 May 2026 11:29:49 +0300 Subject: [PATCH] Increase max-width of section to 50rem --- src/routes/Settings/components/Section/Section.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/Settings/components/Section/Section.less b/src/routes/Settings/components/Section/Section.less index b4de116af..c8691c960 100644 --- a/src/routes/Settings/components/Section/Section.less +++ b/src/routes/Settings/components/Section/Section.less @@ -1,6 +1,6 @@ .section { position: relative; - max-width: 35rem; + max-width: 50rem; display: flex; flex-direction: column; align-items: start; @@ -19,4 +19,4 @@ margin-bottom: 2rem; color: var(--primary-foreground-color); } -} \ No newline at end of file +}