feat: update post title style
This commit is contained in:
@@ -2,17 +2,16 @@
|
|||||||
|
|
||||||
.single {
|
.single {
|
||||||
.single-title {
|
.single-title {
|
||||||
margin: 1rem 0 .5rem;
|
margin: 2rem 0 .5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 140%;
|
line-height: 140%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.single-subtitle {
|
.single-subtitle {
|
||||||
margin: .4rem 0;
|
margin: .5rem 0;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -839,7 +839,8 @@ var Theme = /*#__PURE__*/function () {
|
|||||||
if (SmoothScroll) new SmoothScroll('[href^="#"]', {
|
if (SmoothScroll) new SmoothScroll('[href^="#"]', {
|
||||||
speed: 300,
|
speed: 300,
|
||||||
speedAsDuration: true,
|
speedAsDuration: true,
|
||||||
header: '#header-desktop'
|
header: '#header-desktop',
|
||||||
|
offset: 10
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -623,7 +623,12 @@ class Theme {
|
|||||||
}
|
}
|
||||||
|
|
||||||
initSmoothScroll() {
|
initSmoothScroll() {
|
||||||
if (SmoothScroll) new SmoothScroll('[href^="#"]', { speed: 300, speedAsDuration: true, header: '#header-desktop' });
|
if (SmoothScroll) new SmoothScroll('[href^="#"]', {
|
||||||
|
speed: 300,
|
||||||
|
speedAsDuration: true,
|
||||||
|
header: '#header-desktop',
|
||||||
|
offset: 10,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
initCookieconsent() {
|
initCookieconsent() {
|
||||||
|
|||||||
Reference in New Issue
Block a user