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 +}