Skip to content

Commit

Permalink
optimize: change font-family and change size (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 16, 2024
1 parent 83f91a8 commit 6887002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/home/introduction/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
word-break: break-word;
}
p {
font-family: sans-serif;
font-size: 20px;
font-family: Avenir-Medium;
font-size: 19px;
color: black;
}
ul {
Expand Down Expand Up @@ -74,4 +74,4 @@
}
}
}
}
}

0 comments on commit 6887002

Please sign in to comment.