Skip to content

Commit

Permalink
change: 首页顶部banner标题支持不超过122px长度的文字
Browse files Browse the repository at this point in the history
  • Loading branch information
carolcoral committed Jun 26, 2024
1 parent 725860a commit 5265665
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/assets/zhheo/zhheoblog.css
Original file line number Diff line number Diff line change
Expand Up @@ -8133,12 +8133,13 @@ div#banners {
border-radius: 60px;
margin-bottom: 12px;
color: var(--heo-white);
width: 94px;
max-width: 170px;
position: relative
}

.banners-link-title {
margin-left: auto
margin-left: auto;
padding-left: 5px;
}
}

Expand Down

0 comments on commit 5265665

Please sign in to comment.