Skip to content

Commit 2525cf1

Browse files
committed
slight update
1 parent d1663c2 commit 2525cf1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

css/components.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,23 +1680,21 @@
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 {

0 commit comments

Comments
 (0)