File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ function Home() {
17
17
${ tw `flex flex-col md:height[calc(100vh - 3.5rem)]` }
18
18
` }
19
19
>
20
- < div css = { tw `text-white w-full md:px-8 p-16 h-64 text-center` } >
20
+ < div css = { tw `text-white w-full md:px-8 p-16 h-64 text-center space-y-7 ` } >
21
21
< p css = { tw `text-lg text-brightblue` } > Introducing the all new</ p >
22
- < br > </ br >
23
- < p css = { tw `text-5xl font-bold` } > HelpChat ToolBox</ p >
24
- < br > </ br > < br > </ br >
25
- < p css = { tw `text-base text-lightgray` } > A collection of tools and solutions you might find useful < br > </ br > for you and your server. </ p >
22
+ < div css = { tw `text-white text-center space-y-12` } >
23
+ < p css = { tw `text-5xl font-bold` } > HelpChat ToolBox</ p >
24
+ < p css = { tw `text-base text-lightgray ` } > A collection of tools and solutions you might find useful for you and your server. </ p >
25
+ </ div >
26
26
</ div >
27
27
< div
28
28
css = { css `
You can’t perform that action at this time.
0 commit comments