Skip to content

Commit

Permalink
fix: mobile index layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 12, 2024
1 parent c89c3d6 commit 252a6d5
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 @@ -13,7 +13,7 @@ const { name, label, summary, socials } = basics;
<Container size="lg">
<div class="flex h-screen items-center justify-center">
<div
class="flex flex-col-reverse gap-8 md:flex-row md:items-center md:justify-between"
class="flex flex-col-reverse gap-8 pt-36 md:flex-row md:items-center md:justify-between md:pt-0"
>
<div class="w-full text-justify md:w-1/2 md:text-start">
<div class="flex flex-col items-start gap-2">
Expand Down

0 comments on commit 252a6d5

Please sign in to comment.