mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Minor adjustments
This commit is contained in:
parent
68c6224a92
commit
6236067373
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -166,6 +166,10 @@ body:not(.has-cover-image) .site-header-content:not(.vertical) {
|
|||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.site-header-content.vertical .site-title {
|
||||||
|
font-size: 10rem;
|
||||||
|
}
|
||||||
|
|
||||||
.site-description {
|
.site-description {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
@ -175,12 +179,12 @@ body:not(.has-cover-image) .site-header-content:not(.vertical) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.site-header-content.vertical .site-description {
|
.site-header-content.vertical .site-description {
|
||||||
margin-top: 0;
|
margin: 0 auto;
|
||||||
padding-bottom: 32px;
|
padding-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-header-content.vertical .site-title + .site-description {
|
.site-header-content.vertical .site-title + .site-description {
|
||||||
margin-top: 16px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
@ -209,8 +213,8 @@ body:not(.has-cover-image) .site-header-content:not(.vertical) {
|
|||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
.gh-head {
|
.gh-head {
|
||||||
padding-top: 32px;
|
padding-top: 24px;
|
||||||
padding-bottom: 32px;
|
padding-bottom: 24px;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
@ -263,7 +267,7 @@ body:not(.has-cover-image) .site-header-content:not(.vertical) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gh-head-logo img {
|
.gh-head-logo img {
|
||||||
max-height: 40px;
|
max-height: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -842,7 +846,7 @@ make sure this only happens on large viewports / desktop-ish devices.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.article-title {
|
.article-title {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 0;
|
||||||
font-size: 6.4rem;
|
font-size: 6.4rem;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
line-height: 1.05;
|
line-height: 1.05;
|
||||||
@ -854,6 +858,7 @@ make sure this only happens on large viewports / desktop-ish devices.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.article-excerpt {
|
.article-excerpt {
|
||||||
|
margin-top: 16px;
|
||||||
max-width: 720px;
|
max-width: 720px;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
Loading…
Reference in New Issue
Block a user