Skip to content

Commit

Permalink
feat: optimize PageView font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
izhichao committed Jun 15, 2024
1 parent 80959ae commit dd4883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ function findNeighbors(target: number, total: number, max: number) {
&__title {
font-size: 1.125rem;
font-weight: 500;
margin-bottom: 8px;
a {
Expand Down Expand Up @@ -195,7 +196,6 @@ function findNeighbors(target: number, total: number, max: number) {
.post {
&__title {
font-size: 1.0625rem;
font-weight: 500;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
Expand Down

0 comments on commit dd4883e

Please sign in to comment.