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"); }} />