Skip to content

Commit 18b91bc

Browse files
committed
edit same styling issues in solution file
1 parent 2e54850 commit 18b91bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

animation/02-pop-up/solution/solution.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ button {
4040
opacity: 0%;
4141
text-align: center;
4242
}
43+
4344
.popup-modal p {
44-
margin-bottom: 24px
45+
margin-bottom: 24px;
4546
}
4647

4748
.backdrop {
@@ -64,12 +65,10 @@ button {
6465
/* SOLUTION */
6566

6667
.popup-modal {
67-
transition: transform .3s ease-in-out, opacity .4s ease;
68+
transition: transform 0.3s ease-in-out, opacity 0.4s ease;
6869
transform: translate(-50%, -100%);
6970
}
7071

7172
.popup-modal.show {
7273
transform: translate(-50%, -50%);
7374
}
74-
75-

0 commit comments

Comments
 (0)