Skip to content

Commit

Permalink
fix: 修复屏幕宽度缩小时,木犀官网标题重叠的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
likeztmy committed Aug 30, 2023
1 parent 250dca0 commit 2c81b30
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/components/Layout/Layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
align-items: center;

img {
width: 25%;
width: 23%;
min-width: 45px;
}

div {
line-height: 2.3vh;
font-size: 2.3vh;
font-size: 1.1vw;
font-weight: bold;
}
}
Expand Down Expand Up @@ -78,8 +78,4 @@
box-shadow: 0 5px 10px #d4d4d4;
}
}
}




}

0 comments on commit 2c81b30

Please sign in to comment.