Skip to content

Commit 9d2f271

Browse files
committed
remove br in favour of line spacing
1 parent efab1b4 commit 9d2f271

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ function Home() {
1717
${tw`flex flex-col md:height[calc(100vh - 3.5rem)]`}
1818
`}
1919
>
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`}>
2121
<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>
2626
</div>
2727
<div
2828
css={css`

0 commit comments

Comments
 (0)