Skip to content

Commit 5d6e903

Browse files
Merge pull request #26 from aceol/resize-modal-cross
💄 Update the size of this ugly cross
2 parents e6fbea5 + 4b464aa commit 5d6e903

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css/style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,11 @@ body {
115115

116116
#closeSettings {
117117
position: absolute;
118-
top: 0;
119-
right: 0;
120-
line-height: 0.1em; /* ugly fix */
118+
font-size: 1em;
119+
top: 1em;
120+
right: 1em;
121+
line-height: 0.1em;
122+
cursor: pointer;
121123
}
122124

123125
div.buttons {

0 commit comments

Comments
 (0)