Skip to content

Commit 646fb36

Browse files
committed
fix: adjust ProjectCard layout and improve spacing in subgraph explorer documentation
1 parent 54d313e commit 646fb36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/ProjectCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Icon -->
66
<div class="flex items-start gap-2">
77
<div
8-
class="border-border bg-bg flex h-14 w-14 items-center justify-center rounded-xl border overflow-hidden p-2"
8+
class="border-border bg-bg flex h-14 w-14 items-center justify-center overflow-hidden rounded-xl border p-2"
99
>
1010
<img
1111
v-if="iconImage"

src/overview/tooling-and-explorers/subgraph-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protocol.
8080
button-rel="noreferrer"
8181
/>
8282

83-
<ProjectCard
83+
<ProjectCard
8484
title="iExec DataProtector - Bellecour Mainnet"
8585
description="Indexes DataProtector protocol data on Bellecour mainnet, including protected data, access grants, and sharing mechanisms"
8686
icon-image="/assets/icons/iexec-logo.png"
@@ -92,7 +92,7 @@ protocol.
9292
button-target="_blank"
9393
button-rel="noreferrer"
9494
/>
95-
95+
9696
</CardGrid>
9797

9898
## 🔍 GraphQL Explorer Interface

0 commit comments

Comments
 (0)