Skip to content

Commit 624b323

Browse files
committed
update max -w
1 parent d6aab7e commit 624b323

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/app/reflex_docs/pages/docs_landing/views/ai_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def ai_builder_section() -> rx.Component:
183183
),
184184
class_name="grid grid-cols-1 lg:grid-cols-3 gap-12",
185185
),
186-
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--docs-layout-max-width) mx-auto",
186+
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--landing-layout-max-width) mx-auto",
187187
),
188188
class_name="bg-gradient-to-b from-white-1 to-m-slate-1 dark:from-m-slate-11 dark:to-m-slate-12 w-full lg:pt-24 lg:pb-24 pb-10 max-xl:px-6 max-lg:pt-10",
189189
)

docs/app/reflex_docs/pages/docs_landing/views/divider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def divider(class_name: str = "") -> rx.Component:
1111
class_name="absolute top-0 -left-24 w-24 h-px bg-gradient-to-r from-transparent to-current text-m-slate-4 dark:text-m-slate-10"
1212
),
1313
class_name=ui.cn(
14-
"w-full h-[1px] bg-m-slate-4 dark:bg-m-slate-10 relative max-w-(--docs-layout-max-width) mx-auto",
14+
"w-full h-[1px] bg-m-slate-4 dark:bg-m-slate-10 relative max-w-(--landing-layout-max-width) mx-auto",
1515
class_name,
1616
),
1717
)

docs/app/reflex_docs/pages/docs_landing/views/enterprise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ def enterprise_section() -> rx.Component:
3434
),
3535
class_name="grid grid-cols-1 lg:grid-cols-2 border-t border-secondary-4 relative",
3636
),
37-
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--docs-layout-max-width) mx-auto w-full justify-start lg:mb-24 mb-10 max-xl:px-6 overflow-hidden",
37+
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--landing-layout-max-width) mx-auto w-full justify-start lg:mb-24 mb-10 max-xl:px-6 overflow-hidden",
3838
)

docs/app/reflex_docs/pages/docs_landing/views/framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ def framework() -> rx.Component:
187187
components_section(),
188188
class_name="flex flex-col lg:flex-row relative",
189189
),
190-
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--docs-layout-max-width) mx-auto w-full justify-start lg:mb-24 mb-10 max-xl:px-6 overflow-hidden",
190+
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--landing-layout-max-width) mx-auto w-full justify-start lg:mb-24 mb-10 max-xl:px-6 overflow-hidden",
191191
)

docs/app/reflex_docs/pages/docs_landing/views/hero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ def hero() -> rx.Component:
6161
),
6262
),
6363
class_name=ui.cn(
64-
"flex lg:flex-row flex-col max-w-(--docs-layout-max-width) mx-auto w-full max-lg:pb-10 max-xl:px-6",
64+
"flex lg:flex-row flex-col max-w-(--landing-layout-max-width) mx-auto w-full max-lg:pb-10 max-xl:px-6",
6565
),
6666
)

docs/app/reflex_docs/pages/docs_landing/views/hosting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ def hosting_section() -> rx.Component:
4747
),
4848
class_name="grid grid-cols-1 lg:grid-cols-2 border-t border-m-slate-4 dark:border-m-slate-10 relative",
4949
),
50-
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--docs-layout-max-width) mx-auto w-full justify-start max-xl:px-6 lg:mb-24 overflow-hidden",
50+
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--landing-layout-max-width) mx-auto w-full justify-start max-xl:px-6 lg:mb-24 overflow-hidden",
5151
)

docs/app/reflex_docs/pages/docs_landing/views/other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ def other_section() -> rx.Component:
3535
faded_borders(),
3636
class_name="grid grid-cols-1 lg:grid-cols-2 border-t border-secondary-4 relative",
3737
),
38-
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--docs-layout-max-width) mx-auto w-full justify-start lg:mb-24 mb-10 max-xl:px-6 overflow-hidden",
38+
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--landing-layout-max-width) mx-auto w-full justify-start lg:mb-24 mb-10 max-xl:px-6 overflow-hidden",
3939
)

docs/app/reflex_docs/pages/docs_landing/views/self_hosting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ def self_hosting_section() -> rx.Component:
3434
),
3535
class_name="grid grid-cols-1 lg:grid-cols-2 border-t border-secondary-4 relative",
3636
),
37-
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--docs-layout-max-width) mx-auto w-full justify-start lg:mb-24 mb-10 max-xl:px-6 overflow-hidden max-lg:pt-10",
37+
class_name="flex flex-col gap-10 max-lg:text-center relative max-w-(--landing-layout-max-width) mx-auto w-full justify-start lg:mb-24 mb-10 max-xl:px-6 overflow-hidden max-lg:pt-10",
3838
)

0 commit comments

Comments
 (0)