From 40c66e2081f67858a559f1a98e8beee04a779557 Mon Sep 17 00:00:00 2001 From: amy Date: Fri, 13 Sep 2024 05:23:48 +0330 Subject: [PATCH] not responsive, no balls, and probably no flex-wrap since this guy overflows --- src/App.css | 2 ++ src/components/pfp.tsx | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 239f0d7..12df7b5 100644 --- a/src/App.css +++ b/src/App.css @@ -34,6 +34,7 @@ transition: 639ms; transform: translateY(0); display: flex; + flex-wrap: wrap; flex-direction: row; align-items: center; cursor: pointer; @@ -195,6 +196,7 @@ .easteregg { display: flex; + flex-wrap: wrap; justify-content: center; } diff --git a/src/components/pfp.tsx b/src/components/pfp.tsx index 0c97000..a1b084d 100644 --- a/src/components/pfp.tsx +++ b/src/components/pfp.tsx @@ -43,7 +43,6 @@ export function Normalpfp() { duration: 150, iterations: 1, }) - console.log("balls"); }} />