Skip to content

Commit

Permalink
fix: mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 12, 2024
1 parent c89c3d6 commit 1f76da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { name, label, summary, socials } = basics;

<PageLayout title="Home" description={SITE.DESCRIPTION}>
<Container size="lg">
<div class="flex h-screen items-center justify-center">
<div class="my-24 flex h-screen items-center justify-center md:my-0">
<div
class="flex flex-col-reverse gap-8 md:flex-row md:items-center md:justify-between"
>
Expand Down

0 comments on commit 1f76da2

Please sign in to comment.