Update buttons.css

This commit is contained in:
John O'Nolan 2020-02-14 10:48:37 +07:00 committed by GitHub
parent 536b8bd407
commit 1159cce4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -32,10 +32,10 @@
}
.gh-button.gh-button-large {
height: calc(var(--height) * 1.14);
line-height: calc(var(--height) * 1.14);
padding: 0 3rem;
font-size: 1.6rem;
height: calc(var(--height) * 1.2);
line-height: calc(var(--height) * 1.2);
padding: 0 2.5rem;
font-size: 1.7rem;
}
.gh-button.gh-button-disabled,