Skip to content

Commit

Permalink
fix: span highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Jul 25, 2024
1 parent 9725b4d commit d8a1596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/Landing/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ const StyledHeroTitle = styled.h1`
max-width: 30rem;
span {
display: block;
display: inline-block;
white-space: nowrap;
padding: 0 0.5rem;
color: white;
background: black;
transform: rotate(-1deg);
transform: rotate(-1.5deg);
}
@media only screen and (min-width: 576px) {
Expand Down

0 comments on commit d8a1596

Please sign in to comment.