Skip to content

Commit

Permalink
banner
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoblaise committed Apr 30, 2024
1 parent 4c0fd36 commit ca90aa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function Home() {
width={500}
height={500}
alt="image"
className="absolute -right-10 md:-right-[40%] lg:-right-[20%] -bottom-10 object-contain rounded-2xl"
className="absolute right-[100%] md:-right-[40%] lg:-right-[20%] -bottom-10 object-contain rounded-2xl"
/>
</WobbleCard>
<div className="main">
Expand Down
4 changes: 2 additions & 2 deletions components/awards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ export function Awards() {
initial="initial"
animate="animate"
whileHover="hover"
className="flex flex-col justify-center items-center flex-1 w-full h-full min-h-[6rem] bg-dot-white/[0.2] md:flex-row md:space-x-2 md:my-4 "
className="grid grid-cols-1 gap-4 max-w-7xl mx-auto justify-center items-center flex-1 w-full h-full min-h-[6rem] bg-dot-white/[0.2] md:flex-row md:space-x-2 md:my-4 "
>
<motion.div
variants={first}
className="h-full w-1/3 rounded-2xl p-4 bg-black border-white/[0.1] border flex flex-col items-center justify-center"
className="h-full w-1/3 col-span-1 rounded-2xl p-4 bg-black border-white/[0.1] border flex flex-col items-center justify-center"
>
x<p className="sm:text-sm text-xs text-center font-semibold text-neutral-500 mt-4">1st place:</p>
<p className="border border-red-500 bg-red-100 bg-red-900/20 text-red-600 text-xs rounded-full px-2 py-0.5 mt-4">
Expand Down
2 changes: 1 addition & 1 deletion components/wobble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function Wobble() {
width={1000}
height={1000}
alt="image"
className="absolute -right-10 md:-right-[40%] lg:-right-[20%] -bottom-10 object-contain rounded-2xl"
className="absolute right-[100%] md:-right-[40%] lg:-right-[20%] -bottom-10 object-contain rounded-2xl"
/>
</WobbleCard>
</div>
Expand Down

0 comments on commit ca90aa3

Please sign in to comment.