Skip to content

Commit 38f18a9

Browse files
fix alignment
1 parent 2b93311 commit 38f18a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/codingcatdev/src/routes/(content-single)/(non-course)/author/alex-patterson/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
type: author
3-
cover: 'https://media.codingcat.dev/image/upload/main-codingcatdev-photo/podcast-guest/codercatdev'
3+
cover: 'https://media.codingcat.dev/image/upload/v1654730163/main-codingcatdev-photo/headshots/Alex-Patterson-2022.jpg'
44
name: Alex Patterson
55
published: published
66
slug: alex-patterson

apps/codingcatdev/src/routes/(home-partials)/(home-podcast)/HomePodcast.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</div>
3333
</div>
3434
</div>
35-
<div class="absolute top-64 left-0 w-full">
35+
<div class="absolute top-64 left-0 w-full z-10">
3636
<div
3737
class="snap-x scroll-px-4 snap-mandatory scroll-smooth flex gap-4 overflow-x-auto overflow-y-hidden py-10 sm:justify-center"
3838
>

apps/codingcatdev/src/routes/(home-partials)/(home-team)/HomeTeam.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="sm:basis-1/2 flex flex-col justify-center gap-8">
3232
<a class="bcu-card variant-soft-surface p-8" href="/author/alex-patterson">
3333
<div class="flex flex-col gap-8">
34-
<div class="flex gap-8 justify-center items-center">
34+
<div class="flex flex-col sm:flex-row gap-8 justify-center items-center">
3535
<Avatar
3636
src="https://media.codingcat.dev/image/upload/c_thumb,g_face,w_200,h_200/main-codingcatdev-photo/headshots/Alex-Patterson-2022.jpg"
3737
class="shrink-0"
@@ -51,7 +51,7 @@
5151
<div class="sm:basis-1/2 flex flex-col justify-center gap-8">
5252
<a class="bcu-card variant-soft-surface p-8" href="/author/brittney-postma">
5353
<div class="flex flex-col gap-8">
54-
<div class="flex gap-8 justify-center items-center">
54+
<div class="flex flex-col sm:flex-row gap-8 justify-center items-center">
5555
<Avatar
5656
src="https://media.codingcat.dev/image/upload/c_thumb,g_face,w_200,h_200/main-codingcatdev-photo/headshots/brittney.jpg"
5757
class="shrink-0"

0 commit comments

Comments
 (0)