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;
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;
}

View file

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