Skip to content

Commit

Permalink
Adjust padding and line-height in link-card text
Browse files Browse the repository at this point in the history
  • Loading branch information
curegit committed Oct 30, 2023
1 parent f7690d7 commit f81fcb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ main h1 {
.single .link-card {
display: inline-flex;
flex-flow: column;
width: 540px;
width: 480px;
max-width: 100%;
margin: 12px 0;
border: 1px solid #d7dfe5;
Expand All @@ -222,14 +222,14 @@ main h1 {
}

.single .link-card .text {
padding: 6px 10px 10px;
padding: 8px 10px 10px;
}

.single .link-card .title, .single .link-card .desc {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 1.5;
line-height: 1.6;
}

.single .link-card .title {
Expand Down

0 comments on commit f81fcb4

Please sign in to comment.