We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1c382 commit f5cd75eCopy full SHA for f5cd75e
components/LandingPage.tsx
@@ -93,15 +93,15 @@ const LandingPage = () => {
93
</div>
94
95
<div className="hidden lg:flex relative">
96
- <div className="flex relative bottom-0">
97
- <Image
98
- src={TangleNetworkMap}
99
- alt="A visualization of the Tangle Network"
100
- className="md:content-end z-0 w-full h-auto"
101
- style={{ maxWidth: '90%' }}
102
- />
103
- </div>
104
-</div>
+ <div className="flex relative bottom-0">
+ <Image
+ src={TangleNetworkMap}
+ alt="A visualization of the Tangle Network"
+ className="md:content-end z-0 w-full h-auto"
+ style={{ maxWidth: "90%" }}
+ />
+ </div>
105
106
107
{/* Horizontal Line */}
0 commit comments