Skip to content

Commit

Permalink
fix(link-unfurl-css): tweak link unfurl css
Browse files Browse the repository at this point in the history
  • Loading branch information
sudaraka94 committed Apr 28, 2024
1 parent dfb09f2 commit a9122ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/styles/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ a.gatsby-remark-link-unfurl__container:hover {
.gatsby-remark-link-unfurl__content {
display: flex;
padding: 14px 12px;
padding: 10px 10px;
min-width: 0;
box-sizing: border-box;
flex: 0 0 75%;
flex: 0 0 55%;
justify-content: space-around;
flex-direction: column;
align-items: stretch;
Expand Down Expand Up @@ -228,6 +228,8 @@ a.gatsby-remark-link-unfurl__container:hover {
flex-grow: 2;
margin: auto 0;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
}
.gatsby-remark-link-unfurl__description p {
Expand Down

0 comments on commit a9122ad

Please sign in to comment.