File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 16801680 color : # fff ;
16811681}
16821682
1683- /* Square GitHub link button — matches adjacent button style */
1683+ /* Square GitHub link button — matches adjacent button height */
16841684.btn--github-square {
1685- width : 32px ;
1686- height : 32px ;
1687- padding : 0 ;
1685+ padding : var (--space-2 );
16881686 background : transparent;
16891687 border : 1.5px solid var (--probabl-blue );
16901688 color : var (--probabl-blue );
16911689 border-radius : var (--radius-sm );
16921690 cursor : pointer;
1693- display : flex;
1694- align-items : center;
1695- justify-content : center;
1691+ display : inline-flex;
16961692 flex-shrink : 0 ;
16971693 transition : background .12s , color .12s ;
16981694 text-decoration : none;
1699- font-size : 14px ;
1695+ font-size : var (--text-xs );
1696+ line-height : 1 ;
1697+ aspect-ratio : 1 ;
17001698}
17011699
17021700.btn--github-square : hover {
You can’t perform that action at this time.
0 commit comments