Skip to content

Commit 23856c6

Browse files
authored
Merge pull request #134 from netlify/align-x-close-button
Make Close Button bigger and centered
2 parents 81b71f6 + 2b88137 commit 23856c6

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)