Skip to content

Commit 5ef57a1

Browse files
propagate CSS tweaks to all the cards for consistency
1 parent f3b8f67 commit 5ef57a1

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

app/pages/about.vue

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,11 @@ const { data: contributors, status: contributorsStatus } = useFetch<GitHubContri
212212
rel="noopener noreferrer"
213213
class="group flex flex-col gap-3 p-4 rounded-lg bg-bg-subtle hover:bg-bg-elevated border border-border hover:border-border-hover transition-all duration-200"
214214
>
215-
<div class="flex items-center gap-2">
216-
<span class="i-carbon-logo-github w-5 h-5 text-fg" aria-hidden="true" />
215+
<div class="flex gap-2">
216+
<span
217+
class="i-carbon-logo-github shrink-0 mt-1 w-5 h-5 text-fg"
218+
aria-hidden="true"
219+
/>
217220
<span class="font-medium text-fg">{{
218221
$t('about.get_involved.contribute.title')
219222
}}</span>
@@ -260,8 +263,11 @@ const { data: contributors, status: contributorsStatus } = useFetch<GitHubContri
260263
rel="noopener noreferrer"
261264
class="group flex flex-col gap-3 p-4 rounded-lg bg-bg-subtle hover:bg-bg-elevated border border-border hover:border-border-hover transition-all duration-200"
262265
>
263-
<div class="flex items-center gap-2">
264-
<span class="i-simple-icons-bluesky w-5 h-5 text-fg" aria-hidden="true" />
266+
<div class="flex gap-2">
267+
<span
268+
class="i-simple-icons-bluesky shrink-0 mt-1 w-5 h-5 text-fg"
269+
aria-hidden="true"
270+
/>
265271
<span class="font-medium text-fg">{{ $t('about.get_involved.follow.title') }}</span>
266272
</div>
267273
<p class="text-sm text-fg-muted leading-relaxed">

0 commit comments

Comments
 (0)