diff --git a/assets/styles/03-components/article.css b/assets/styles/03-components/article.css index 43dc5cb..147b584 100644 --- a/assets/styles/03-components/article.css +++ b/assets/styles/03-components/article.css @@ -27,13 +27,46 @@ article { .article-main ul, .article-main ol, .article-main blockquote, -.article-main table { +.article-main table, +#editor .ql-editor p, +#editor .ql-editor ul, +#editor .ql-editor ol, +#editor .ql-editor blockquote, +#editor .ql-editor table { font-family: var(--main-body-font), serif; color: var(--color-text-mid); font-size: 1.4rem; line-height: 1.75; } +#editor .ql-editor p, +#editor .ql-editor ul, +#editor .ql-editor ol, +#editor .ql-editor blockquote, +#editor .ql-editor table { + font-family: var(--main-body-font), serif; + color: var(--color-text-mid); + font-size: 1.4rem; + line-height: 1.5; +} + +#editor .ql-editor li { + line-height: 1.4; +} + +#editor .ql-editor p, +#editor .ql-editor ul, +#editor .ql-editor ol { + margin-bottom: var(--spacing-3); +} + +#editor .ql-editor h1, +#editor .ql-editor h2, +#editor .ql-editor h3 { + margin-top: var(--spacing-4); + margin-bottom: var(--spacing-3); +} + .article-main table { font-size: 1.3rem; } diff --git a/templates/profile/author-lists.html.twig b/templates/profile/author-lists.html.twig index 8e10874..6485277 100644 --- a/templates/profile/author-lists.html.twig +++ b/templates/profile/author-lists.html.twig @@ -7,7 +7,7 @@
Articles - Reading Lists +{# Reading Lists#} Media
diff --git a/templates/profile/author-media.html.twig b/templates/profile/author-media.html.twig index fa7b1ad..83fe641 100644 --- a/templates/profile/author-media.html.twig +++ b/templates/profile/author-media.html.twig @@ -7,7 +7,7 @@
diff --git a/templates/profile/author.html.twig b/templates/profile/author.html.twig index 799d596..bd08548 100644 --- a/templates/profile/author.html.twig +++ b/templates/profile/author.html.twig @@ -7,7 +7,7 @@