Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jun 24, 2023
1 parent dfa3241 commit 82db3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function App() {
return (
<div className="mx-auto flex items-center justify-center px-4 md:px-8">
<div className="grid w-full max-w-full dagrid">
<div className="relative w-full h-72 lg:h-96 bg-blue-400 col-span-2 lg:col-span-7 row-span-1 lg:row-span-3 rounded-md">
<div className="relative w-full h-72 lg:h-auto bg-blue-400 col-span-2 lg:col-span-7 row-span-1 lg:row-span-3 rounded-md">
<div className="absolute inset-0 bg-gradient-to-tr from-black/5 to-white/20"></div>
<div className="absolute left-8 top-8 right-8 flex justify-between">
<div className="grow">
Expand Down Expand Up @@ -34,7 +34,7 @@ export default function App() {
className="absolute bottom-0 left-0 right-0"
/>
</div>
<div className="w-full bg-pink-200 col-span-2 lg:col-span-5 h-32 lg:h-[512px] row-span-1 lg:row-span-2 rounded-md" />
<div className="w-full bg-pink-200 col-span-2 lg:col-span-5 h-32 lg:h-[420px] row-span-1 lg:row-span-2 rounded-md" />
<div className="w-full bg-gray-200 h-48 col-span-2 lg:col-span-5 row-span-1 rounded-md" />

<ProjectBox
Expand Down

0 comments on commit 82db3c1

Please sign in to comment.