Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lake233 authored Nov 17, 2024
1 parent f4cf1f0 commit d1efa58
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ group: home
margin-top: 0;
}
.mind-title span {
text-align: center; /* 整个块居中对齐 */
margin: 0 auto;
margin-top: 0;
display: inline-block; /* 保证文字内容是行内块级元素 */
font-size: 30px;
font-size: 28px;
font-weight: bold;
}
.mind-title span.large {
font-size: 32px;
font-size: 30px;
font-family: 'Dancing Script', cursive;
}
</style>
Expand Down

0 comments on commit d1efa58

Please sign in to comment.