Skip to content

Commit 741175f

Browse files
committed
format
1 parent 47b7bab commit 741175f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/layouts/LandingPageLayout.res

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ export {
110110
//
111111
<div className="hidden md:block">
112112
<img
113-
className="absolute z-0 left-0 top-0 -ml-10 -mt-6 h-96 w-96"
114-
src="/static/lp/grid.svg"
113+
className="absolute z-0 left-0 top-0 -ml-10 -mt-6 h-96 w-96" src="/static/lp/grid.svg"
115114
/>
116115
<img
117116
className="absolute z-0 left-0 top-0 -ml-10 mt-10" src="/static/lp/illu_left.png"
@@ -617,8 +616,7 @@ module CuratedResources = {
617616
<h2 className="hl-1 text-gray-20 text-center"> {React.string("Curated resources")} </h2>
618617
</div>
619618
<div className="px-5 md:px-8 max-w-1280 mx-auto my-20">
620-
<div
621-
className="body-lg text-center z-2 relative text-gray-40 max-w-48 mx-auto bg-gray-100">
619+
<div className="body-lg text-center z-2 relative text-gray-40 max-w-48 mx-auto bg-gray-100">
622620
{React.string("Guides and Docs")}
623621
</div>
624622
<hr className="bg-gray-80 h-px border-0 relative top-[-12px]" />
@@ -645,8 +643,7 @@ module CuratedResources = {
645643
</div>
646644
//Container for templates
647645
<div className="px-5 md:px-8 max-w-1280 mx-auto my-20">
648-
<div
649-
className="body-lg text-center z-2 relative text-gray-40 w-32 mx-auto bg-gray-100">
646+
<div className="body-lg text-center z-2 relative text-gray-40 w-32 mx-auto bg-gray-100">
650647
{React.string("Templates")}
651648
</div>
652649
<hr className="bg-gray-80 h-px border-0 relative top-[-12px]" />

0 commit comments

Comments
 (0)