diff --git a/src/Elastic.Markdown/Assets/markdown/typography.css b/src/Elastic.Markdown/Assets/markdown/typography.css index c8fa50e73..7fb231704 100644 --- a/src/Elastic.Markdown/Assets/markdown/typography.css +++ b/src/Elastic.Markdown/Assets/markdown/typography.css @@ -11,31 +11,26 @@ @apply text-4xl text-ink-dark font-bold mt-10; line-height: 1.2em; - letter-spacing: -0.04em; } h3 { @apply text-2xl text-ink-dark font-bold mt-8; line-height: 1.2em; - letter-spacing: -0.04em; } h4 { @apply text-xl text-ink-dark font-bold mt-8; line-height: 1.2em; - letter-spacing: -0.04em; } h5 { @apply text-base text-ink-dark font-bold mt-8; line-height: 1.2em; - letter-spacing: -0.04em; } h6 { @apply text-sm text-ink-dark font-bold mt-8; line-height: 1.2em; - letter-spacing: -0.04em; } h1, h2, h3, h4, h5, h6 { @@ -47,9 +42,8 @@ p { @apply mt-4; - letter-spacing: 0; line-height: 1.5em; - /*text-wrap: pretty;*/ + text-wrap: pretty; } a { diff --git a/src/Elastic.Markdown/Assets/styles.css b/src/Elastic.Markdown/Assets/styles.css index 5bccadc70..eac2a3991 100644 --- a/src/Elastic.Markdown/Assets/styles.css +++ b/src/Elastic.Markdown/Assets/styles.css @@ -125,8 +125,7 @@ md:text-sm text-wrap inline-block - leading-[1.3em] - tracking-[-0.02em] + leading-[1.2em] } } diff --git a/src/Elastic.Markdown/Slices/Layout/_Breadcrumbs.cshtml b/src/Elastic.Markdown/Slices/Layout/_Breadcrumbs.cshtml index ee9aec865..c56dfb5b6 100644 --- a/src/Elastic.Markdown/Slices/Layout/_Breadcrumbs.cshtml +++ b/src/Elastic.Markdown/Slices/Layout/_Breadcrumbs.cshtml @@ -1,7 +1,7 @@ @using Elastic.Markdown.Helpers @inherits RazorSlice diff --git a/src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml b/src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml index 4972a40b8..fb8cce86e 100644 --- a/src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml +++ b/src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml @@ -25,7 +25,7 @@