Skip to content

Commit

Permalink
removed div tag to widen introduction column
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-fajen committed Jan 31, 2024
1 parent 9ae3593 commit 1c1c7f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Topics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Topics() {
return (
<div className={styles.gallery}>
<div className="sub-heading">
<div className="front-matter">

<p>
Marlowe is a pioneering ecosystem within the Cardano blockchain, designed to cater to both seasoned developers and those with limited coding experience.
<br />
Expand All @@ -31,7 +31,7 @@ function Topics() {
<br />
The TypeScript SDK (TS-SDK) for Marlowe is an extensive toolkit that supports developers in building and integrating decentralized applications (DApps) with Marlowe smart contracts. The TS-SDK includes JavaScript and TypeScript libraries that streamline the development process, offering features such as wallet connectivity, integration with the Marlowe Runtime, and abstractions that simplify the interaction between wallets and the Runtime.
</p>
</div>

</div>
<div className="sub-heading">
<h3>Popular topics</h3>
Expand Down

0 comments on commit 1c1c7f2

Please sign in to comment.