Skip to content

Commit 2d59016

Browse files
committed
fix: adjust margin for RLC Token animation image in overview
1 parent 5c13275 commit 2d59016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overview/rlc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
---
77

88
<div class="flex flex-col items-center mb-8">
9-
<img :src="rlcGif" alt="RLC Token Animation" class="w-80 h-80 mb-4" />
9+
<img :src="rlcGif" alt="RLC Token Animation" class="w-80 h-80 mb-0" />
1010
<h1 class="text-3xl font-bold text-center mb-2">RLC Token</h1>
1111
<p class="text-lg text-center text-gray-600 max-w-2xl">The native cryptocurrency that powers the entire iExec decentralized confidential computing ecosystem</p>
1212
</div>

0 commit comments

Comments
 (0)