Skip to content

Commit

Permalink
feat: 🎸 调整首页标题文字大小 danni-cool/blog-edit@a87ed06
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed May 6, 2024
1 parent 5a4f6fd commit c8db2e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<meta property="og:locale" content="en_US">
<meta property="og:image" content="http://example.com/img/alipay.png">
<meta property="og:image" content="http://example.com/img/wechatpay.png">
<meta property="article:published_time" content="2024-05-06T03:21:22.102Z">
<meta property="article:modified_time" content="2024-05-06T03:21:22.102Z">
<meta property="article:published_time" content="2024-05-06T03:26:25.055Z">
<meta property="article:modified_time" content="2024-05-06T03:26:25.055Z">
<meta property="article:author" content="Daniel Chan">
<meta property="article:tag" content="front-end">
<meta property="article:tag" content="javascript">
Expand Down
12 changes: 7 additions & 5 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,15 @@ sup > a::before,
.banner-text .typed-cursor {
margin: 0 0.2rem;
}
@media (min-width: 767px) {
#subtitle {
font-size: 3rem;
}
}
@media (max-width: 767px) {
#subtitle,
.typed-cursor {
font-size: 1.5rem;
font-size: 2rem;
}
}
@media (max-width: 575px) {
Expand All @@ -497,12 +502,9 @@ sup > a::before,
}
#subtitle,
.typed-cursor {
font-size: 1.35rem;
font-size: 1.5rem;
}
}
#subtitle {
font-size: 3rem;
}
.styles_logoMask {
stroke: #fff;
stroke-dasharray: 8832;
Expand Down

0 comments on commit c8db2e1

Please sign in to comment.