not responsive, no balls, and probably no flex-wrap since this guy overflows

This commit is contained in:
echo 2024-09-13 05:23:48 +03:30
parent f650f319bc
commit 40c66e2081
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@
transition: 639ms; transition: 639ms;
transform: translateY(0); transform: translateY(0);
display: flex; display: flex;
flex-wrap: wrap;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
cursor: pointer; cursor: pointer;
@ -195,6 +196,7 @@
.easteregg { .easteregg {
display: flex; display: flex;
flex-wrap: wrap;
justify-content: center; justify-content: center;
} }

View file

@ -43,7 +43,6 @@ export function Normalpfp() {
duration: 150, duration: 150,
iterations: 1, iterations: 1,
}) })
console.log("balls");
}} /> }} />
<HoverComponent /> <HoverComponent />
</div> </div>