Skip to content

Commit

Permalink
fix: fix style (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Aug 16, 2024
1 parent d785055 commit f252e4e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions site/src/style/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -878,20 +878,24 @@

.tag {
font-size: 96px;
line-height: 0.8;
line-height: 1;
color: transparent;
background-image: linear-gradient(to left, #0052d9 4.04%, #0df 72.99%, #00bfff 96.59%);
background-clip: text;
margin-right: 16px;
display: inline-flex;
align-items: flex-start;
margin: 26px 0 42px 0;
margin: 24px 0 32px 0;
position: relative;

svg {
margin-left: 4px;
margin-top: 2px;
width: 32px;
height: 32px;
position: absolute;
right: -32px;
top: 10px;
}
}
}
Expand Down

0 comments on commit f252e4e

Please sign in to comment.