Skip to content

Commit

Permalink
Merge pull request #719 from carolcoral/main
Browse files Browse the repository at this point in the history
change: 修复默认左侧banner样式宽度异常问题
  • Loading branch information
carolcoral authored Apr 11, 2024
2 parents 53ed113 + ae7fdbe commit 9ff75a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/assets/zhheo/zhheoblog.css
Original file line number Diff line number Diff line change
Expand Up @@ -7862,7 +7862,8 @@ div#banners {
}

div#bannerGroup {
width: calc(50% - .5rem);
/*width: calc(50% - .5rem);*/
width: 33rem;
margin-right: 1rem;
height: calc(328px + .5rem);
display: flex;
Expand Down

0 comments on commit 9ff75a5

Please sign in to comment.