make heading alignment editable

This commit is contained in:
Yisroel Baum 2026-05-27 21:59:07 +03:00
parent df410e1706
commit b0ffcdf27b
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 2 additions and 11 deletions

View file

@ -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;
}