mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix: span highlight
This commit is contained in:
parent
9725b4db94
commit
d8a1596f11
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user