Skip to content

Commit

Permalink
style(detail): 样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
haohaitao committed Nov 13, 2024
1 parent 3ffe3cc commit 58bf621
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/view/Detail/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,15 @@ export const ArticleContent = styled.article`
#blog p {
text-indent: 2rem;
}
#blog h5 {
font-size: 16px;
line-height: 190%;
margin: 2px -21px 10px -21px;
padding: 0 44px;
&:before {
margin-right: 5px;
content: "#";
color: #f72d84;
}
}
`;

0 comments on commit 58bf621

Please sign in to comment.