mirror of
https://github.com/facundoolano/jorge.git
synced 2024-12-25 21:58:28 +01:00
tweak docs and initfiles font sizes
This commit is contained in:
parent
60014e8813
commit
567db560f5
2 changed files with 6 additions and 16 deletions
|
@ -119,7 +119,7 @@ img.cover-img {
|
||||||
.layout-post {
|
.layout-post {
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
font-size: 1.15rem;
|
font-size: 1.1rem;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
@ -184,7 +184,7 @@ Need to decide between:
|
||||||
.layout-post pre, .layout-post code {
|
.layout-post pre, .layout-post code {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background-color: whitesmoke!important;
|
background-color: whitesmoke!important;
|
||||||
font-size: 1rem;
|
font-size: 0.9rem;
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
@ -214,7 +214,6 @@ blockquote {
|
||||||
/* override in mobile devices for more compact text */
|
/* override in mobile devices for more compact text */
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.layout-post {
|
.layout-post {
|
||||||
font-size: 1rem;
|
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
letter-spacing: unset;
|
letter-spacing: unset;
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
|
@ -222,14 +221,10 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-post p {
|
.layout-post p {
|
||||||
margin: 0 0 1rem 0;
|
margin: 1rem 0;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-post pre, .layout-post code {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-post p + p {
|
.layout-post p + p {
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -123,7 +123,7 @@ img.cover-img {
|
||||||
.layout-post {
|
.layout-post {
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
font-size: 1.15rem;
|
font-size: 1.1rem;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
@ -188,7 +188,7 @@ Need to decide between:
|
||||||
.layout-post pre, .layout-post code {
|
.layout-post pre, .layout-post code {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background-color: whitesmoke!important;
|
background-color: whitesmoke!important;
|
||||||
font-size: 1rem;
|
font-size: 0.9rem;
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
@ -218,7 +218,6 @@ blockquote {
|
||||||
/* override in mobile devices for more compact text */
|
/* override in mobile devices for more compact text */
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.layout-post {
|
.layout-post {
|
||||||
font-size: 1rem;
|
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
letter-spacing: unset;
|
letter-spacing: unset;
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
|
@ -226,14 +225,10 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-post p {
|
.layout-post p {
|
||||||
margin: 0 0 1rem 0;
|
margin: 1rem 0;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-post pre, .layout-post code {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-post p + p {
|
.layout-post p + p {
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue