Skip to content

Commit 7e54d95

Browse files
authored
Merge pull request #85 from Tasin5541/repoCard_fix
project card name height fix
2 parents a334482 + 7ee57f5 commit 7e54d95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/githubRepoCard/GithubRepoCard.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
font-weight: 700;
5959
letter-spacing: -0.5px;
6060
overflow: hidden;
61+
line-height: 1.2;
6162
margin: 0px;
6263
}
6364

@@ -72,6 +73,7 @@
7273
font-family: "Google Sans Regular";
7374
-webkit-line-clamp: 2;
7475
-webkit-box-orient: vertical;
76+
margin-top: 0.8rem;
7577
}
7678

7779
.repo-details {

0 commit comments

Comments
 (0)