Skip to content

Commit

Permalink
Feat(UI): Update Z-Index Hero
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikram-Maulana committed Apr 20, 2023
1 parent 69728a6 commit 574ebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(portfolio)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Home() {
<section id="hero" className="py-36 lg:py-52">
<div className="container max-w-sm md:max-w-2xl lg:max-w-5xl">
<div className="grid items-center grid-cols-1 gap-14 lg:grid-cols-2 md:px-8">
<div className="relative flex items-center justify-center lg:col-start-2 lg:col-end-3">
<div className="relative z-0 flex items-center justify-center lg:col-start-2 lg:col-end-3">
<div
id="decoration-1"
className="absolute right-0 z-10 w-1/4 lg:w-1/3 -top-8 md:-top-14 lg:-top-16 h-1/3"
Expand Down

0 comments on commit 574ebc5

Please sign in to comment.