Skip to content

Commit

Permalink
font fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RanitManik committed Aug 19, 2023
1 parent 9915f0e commit 81dc477
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ h3 {
}

.blog-left p {
color: #999;
color: #666666;
padding: 0;
}

Expand Down Expand Up @@ -602,4 +602,10 @@ h3 {
.blog-left {
order: 2;
}
.blog-left h1 {
color: #222;
font-size: 30px;
font-weight: 600;
margin: 30px 0;
}
}

0 comments on commit 81dc477

Please sign in to comment.