Fix site title letter spacing
This commit is contained in:
parent
463a7f5600
commit
ea91e9b76b
@ -1,6 +1,6 @@
|
|||||||
.site-title {
|
.site-title {
|
||||||
font-size: var(--text-size-xl);
|
font-size: var(--text-size-xl);
|
||||||
letter-spacing: -0.5rem;
|
letter-spacing: clamp(-0.2rem,1vw,-0.5rem);
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user