Fix layout of title and body textof section
This commit is contained in:
parent
82e90c8525
commit
ab16e3e04a
@ -56,7 +56,7 @@ export default function HomepageSectionOne() {
|
|||||||
/>
|
/>
|
||||||
{feature.name}
|
{feature.name}
|
||||||
</dt>{" "}
|
</dt>{" "}
|
||||||
<dd className="inline">{feature.description}</dd>
|
<dt>{feature.description}</dt>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</dl>
|
</dl>
|
||||||
|
|||||||
@ -57,7 +57,7 @@ export default function sectionTwo() {
|
|||||||
/>
|
/>
|
||||||
{feature.name}
|
{feature.name}
|
||||||
</dt>{" "}
|
</dt>{" "}
|
||||||
<dd className="inline">{feature.description}</dd>
|
<dt>{feature.description}</dt>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</dl>
|
</dl>
|
||||||
|
|||||||
540
docs/yarn.lock
540
docs/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user