Skip to content

Commit

Permalink
css style changes for moles holes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanaluzT committed Jun 14, 2024
1 parent 7e2d2bc commit 7175908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ h2 {

.grid {
width: 600px;
height: 300px;
height: 400px;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
Expand All @@ -59,7 +59,7 @@ h2 {
width: 100%;
height: 100%;
position: absolute;
bottom: -50%;
bottom: -40%;
z-index: 2;
pointer-events:none;
}
Expand All @@ -72,12 +72,12 @@ h2 {
top: 100%;
width: 100%;
height: 100%;
transition: transform 0.5s;
/*transition: transform 0.5s;*/
transition: all .01s;
pointer-events:auto;
}

.hole.show .mole {
top: 0;
transform: scale(1.1);
/*transform: scale(1.1);*/
}

0 comments on commit 7175908

Please sign in to comment.