Adjust subtitle letter spacing for a better Analog look
This commit is contained in:
parent
f6691c3018
commit
b731a61c0d
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -830,7 +830,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
letter-spacing: 1pt;
|
letter-spacing: 0.1em;
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1042,7 +1042,7 @@ make sure this only happens on large viewports / desktop-ish devices.
|
||||||
font-size: 2.2rem;
|
font-size: 2.2rem;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
letter-spacing: 1pt;
|
letter-spacing: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-canvas .article-image {
|
.gh-canvas .article-image {
|
||||||
|
|
Loading…
Reference in a new issue