Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 9eddf91

Browse files
committed
decrease the size of the EditInGitpod button.
1 parent 67c0848 commit 9eddf91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/docs/EditInGitpod.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ const StyledEditInGitpod = styled.div`
1111
.pen {
1212
fill: ${colors.white};
1313
transition: all .2s;
14+
height: 2.5rem;
15+
width: 2.5rem;
1416
}
1517
1618
a {
1719
display: flex;
1820
justify-content: center;
1921
align-items: center;
20-
height: 5.5rem;
21-
width: 5.5rem;
22+
height: 4.5rem;
23+
width: 4.5rem;
2224
background: ${colors.offWhite1};
2325
border-radius: 50%;
2426
transition: all .2s;

0 commit comments

Comments
 (0)