Skip to content

Commit 5f2e876

Browse files
committed
add margins
1 parent 69a3664 commit 5f2e876

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/enterprise/components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def enterprise_component_grid():
101101

102102
return rx.box(
103103
*cards,
104-
class_name="grid grid-cols-1 lg:grid-cols-2 gap-6",
104+
class_name="grid grid-cols-1 lg:grid-cols-2 gap-6 mt-8",
105105
)
106106

107107

@@ -111,14 +111,14 @@ component_grid = enterprise_component_grid()
111111
```python eval
112112
rx.el.h1(
113113
"Enterprise Components",
114-
class_name="lg:text-5xl text-3xl font-[525] scroll-mt-[113px] mt-4 text-secondary-12",
114+
class_name="lg:text-5xl text-3xl font-[525] scroll-mt-[113px] my-4 text-secondary-12",
115115
)
116116
```
117117

118118
```python eval
119119
rx.el.span(
120120
"Advanced UI components and features to enhance your Reflex applications. Available for free with the 'Built with Reflex' badge, or without the badge with an enterprise license.",
121-
class_name="font-[475] text-secondary-11 max-w-[80%] mb-10",
121+
class_name="font-[475] text-secondary-11 max-w-[80%] text-sm",
122122
)
123123
```
124124

0 commit comments

Comments
 (0)