Skip to content

Commit

Permalink
Merge pull request #134 from netlify/align-x-close-button
Browse files Browse the repository at this point in the history
Make Close Button bigger and centered
  • Loading branch information
bcomnes authored Apr 24, 2018
2 parents 81b71f6 + 2b88137 commit 23856c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@

.btnClose::before {
content: "×";
font-size: 20px;
line-height: 22px;
font-size: 25px;
line-height: 9px;
}

.btnClose:hover,
Expand Down

0 comments on commit 23856c6

Please sign in to comment.