not responsive, no balls, and probably no flex-wrap since this guy overflows
This commit is contained in:
parent
f650f319bc
commit
40c66e2081
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -43,7 +43,6 @@ export function Normalpfp() {
|
|||
duration: 150,
|
||||
iterations: 1,
|
||||
})
|
||||
console.log("balls");
|
||||
}} />
|
||||
<HoverComponent />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue