Skip to content

Commit

Permalink
Add small github button
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Oct 3, 2023
1 parent 17f3363 commit f6714d1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions resources/js/components/github-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@
box-sizing: content-box;
font-weight: 600;
border: 1px solid;
height: 16px;
padding: 5px 10px;
font-size: 12px;
line-height: 16px;
//height: 16px;
//padding: 5px 10px;
//font-size: 12px;
//line-height: 16px;
height: 14px;
padding: 2px 5px;
font-size: 11px;
line-height: 14px;
&:focus-visible {
outline: 2px solid #0969da;
Expand Down

0 comments on commit f6714d1

Please sign in to comment.