Skip to content

Commit 6419576

Browse files
authored
fix: bump author padding (#106)
use 0.5rem spacing
1 parent 96666ae commit 6419576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-tweet/src/twitter-theme/tweet-header.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
display: flex;
4040
flex-direction: column;
4141
justify-content: center;
42-
margin: 0 0.25rem;
42+
margin: 0 0.5rem;
4343
}
4444
.authorLink {
4545
text-decoration: none;

0 commit comments

Comments
 (0)