Skip to content

Commit 84d94d0

Browse files
authored
Update Modal.module.scss
1 parent 6754b03 commit 84d94d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Modal/Modal.module.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
}
2525

2626
.closebtn {
27+
width: 30px;
28+
height: 30px;
2729
position: absolute;
2830
right: 0px;
29-
top: -7px;
31+
top: 0px;
3032
font-size: 27px;
3133
opacity: 1;
3234
color: black;

0 commit comments

Comments
 (0)