make heading alignment editable
This commit is contained in:
parent
df410e1706
commit
b0ffcdf27b
2 changed files with 2 additions and 11 deletions
|
|
@ -96,7 +96,8 @@ class ElementSeeder extends Seeder
|
|||
|
||||
private function introductionRichText(): string
|
||||
{
|
||||
return '<h2>What is Baderech HaAvoda?</h2>'
|
||||
return '<h2 style="text-align: center;">'
|
||||
. 'What is Baderech HaAvoda?</h2>'
|
||||
. '<h3>Why We Need a Path of Spiritual Practice</h3>'
|
||||
. "<p>A 'Baderech HaAvoda' is a way of living - a structured "
|
||||
. 'path for inner and outer growth, spiritual refinement, and '
|
||||
|
|
|
|||
|
|
@ -330,16 +330,6 @@ function isShortYoutubeHost(hostname: string): boolean {
|
|||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.element-page__rich-text :deep(h2) {
|
||||
margin: 0 0 0.9rem;
|
||||
color: #2c2c2c;
|
||||
font-family: var(--font-serif);
|
||||
font-size: 2rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.element-page__rich-text :deep(p) {
|
||||
margin: 0 0 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue