Skip to content

Commit

Permalink
adjust the lineheight of banner text
Browse files Browse the repository at this point in the history
Signed-off-by: kunbpc <[email protected]>
  • Loading branch information
KunB-Fighting committed Jan 3, 2025
1 parent e2957af commit 1bc365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ watch(computedHeight, (newHeight) => {
color: #ffffff;
font-size: 40px;
opacity: 1;
line-height: 116%;
line-height: 125%;
font-weight: 900;
font-family:Georgia, 'Times New Roman', Times, serif;
display: flow;
Expand Down

0 comments on commit 1bc365c

Please sign in to comment.