Skip to content

Commit

Permalink
refactor: cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 10, 2024
1 parent 6984448 commit 6ea89f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { name, label, summary, socials } = basics;
---

<Layout title="Home" description={SITE.DESCRIPTION}>
<div class="flex h-screen items-center justify-center overflow-hidden">
<div class="flex min-h-screen items-center justify-center">
<div class="flex flex-col-reverse items-center gap-4 md:flex-row">
<div class="w-full text-center md:w-1/2 md:text-left">
<h1
Expand Down
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body {
}

main {
@apply relative flex-grow px-12 py-24 xl:px-0;
@apply relative flex-grow px-12 py-24;
}

header {
Expand Down

0 comments on commit 6ea89f7

Please sign in to comment.