Skip to content

Commit 2b88137

Browse files
committed
Make Close Button bigger and centered
1 parent 81b71f6 commit 2b88137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/modal.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@
252252

253253
.btnClose::before {
254254
content: "×";
255-
font-size: 20px;
256-
line-height: 22px;
255+
font-size: 25px;
256+
line-height: 9px;
257257
}
258258

259259
.btnClose:hover,

0 commit comments

Comments
 (0)