Skip to content

Commit ee7ec8d

Browse files
committed
font spacing in repo cards fixed
1 parent 602d0d0 commit ee7ec8d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

code/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ body {
5454

5555
a {
5656
color: #4078c0 bold;
57+
font-weight: 800;
5758
}
5859

5960
.link {
60-
padding-top: 10px;
61+
padding-top: 8px;
6162
font-size: large;
6263
padding-left: 10px;
6364
font-weight: 600;
@@ -68,7 +69,7 @@ h1 {
6869
color: #bebbbb bold;
6970
padding-left: 10px;
7071
font-size: 1 rem;
71-
padding-top: 15px;
72+
padding-top: 12px;
7273
padding-bottom: 5px;
7374
}
7475

@@ -95,6 +96,7 @@ p {
9596
background-size: 400% 400%;
9697
animation: gradient 15s ease infinite;
9798
opacity: 0.75;
99+
line-height: 15px;
98100
}
99101

100102
.chart {

0 commit comments

Comments
 (0)