Skip to content

Commit d9e8aed

Browse files
author
Jason Long
authored
Merge pull request #57 from jasonlong/fix-button-width
Fix button label centering on Windows
2 parents a60f901 + 8a6361a commit d9e8aed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,9 @@
144144
}
145145

146146
.btn {
147-
width: 80px;
148-
padding: 0.5em 1.5em;
147+
width: 95px;
148+
padding-top: 0.5em;
149+
padding-bottom: 0.5em;
149150
font-size: 1.125rem;
150151
font-weight: 500;
151152
color: #4e0300;

0 commit comments

Comments
 (0)