From 019ab3a599cf846b91b13b0b0386a1570e5e57f8 Mon Sep 17 00:00:00 2001 From: Christopher Drosos Date: Mon, 4 May 2026 00:19:40 +0300 Subject: [PATCH] Reduce max-width of section to 35rem --- src/routes/Settings/components/Section/Section.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Settings/components/Section/Section.less b/src/routes/Settings/components/Section/Section.less index c8691c960..5ef9d1cfa 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: 50rem; + max-width: 35rem; display: flex; flex-direction: column; align-items: start;