website/docs: fix letter spacing on high zoom [GH-2486]
This commit is contained in:
parent
5790235a54
commit
25d0dd149d
|
@ -87,7 +87,7 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
p, td {
|
p, td {
|
||||||
letter-spacing: 1px;
|
letter-spacing: 0.05em;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in New Issue