Updated new site creation typography

This commit is contained in:
Peter Zimon 2022-07-25 11:26:07 +02:00
parent c9a3211032
commit e5bcc52dfc
2 changed files with 10 additions and 2 deletions

View File

@ -191,6 +191,7 @@
font-size: 1.7rem;
font-weight: 400;
border-radius: 8px;
letter-spacing: -0.013em;
}
.gh-flow-content .gh-input:focus {

View File

@ -334,43 +334,50 @@ h6 {
h1 {
text-indent: -1px;
font-size: 2.9rem;
letter-spacing: -0.021em;
}
@media (max-width: 500px) {
h1 {
font-size: 2.4rem;
letter-spacing: -0.019em;
}
}
h2 {
font-size: 2.2rem;
letter-spacing: -0.019em;
}
@media (max-width: 500px) {
h2 {
font-size: 1.9rem;
letter-spacing: -0.017em;
}
}
h3 {
font-size: 1.9rem;
letter-spacing: -0.017em;
}
@media (max-width: 500px) {
h3 {
font-size: 1.7rem;
letter-spacing: -0.015em;
}
}
h4 {
font-size: 1.7rem;
letter-spacing: -0.013em;
}
h5 {
font-size: 1.5rem;
letter-spacing: 0;
letter-spacing: -0.009em;
}
h6 {
font-size: 1.5rem;
letter-spacing: 0;
letter-spacing: -0.009em;
}
.gh-heading-xs {