diff --git a/src/styles/components/reader.css b/src/styles/components/reader.css index 603dd346..1c6d391d 100644 --- a/src/styles/components/reader.css +++ b/src/styles/components/reader.css @@ -71,7 +71,7 @@ font-size: 2.25rem; /* text-4xl */ font-weight: 700; line-height: 1.2; - margin-top: 2rem; + margin-top: 3rem; margin-bottom: 1rem; color: var(--color-text); } @@ -79,7 +79,7 @@ font-size: 1.875rem; /* text-3xl */ font-weight: 600; line-height: 1.3; - margin-top: 1.75rem; + margin-top: 2.75rem; margin-bottom: 0.875rem; color: var(--color-text); } @@ -87,7 +87,7 @@ font-size: 1.5rem; /* text-2xl */ font-weight: 600; line-height: 1.4; - margin-top: 1.5rem; + margin-top: 2.5rem; margin-bottom: 0.75rem; color: var(--color-text); } @@ -95,7 +95,7 @@ font-size: 1.25rem; /* text-xl */ font-weight: 600; line-height: 1.4; - margin-top: 1.25rem; + margin-top: 2.25rem; margin-bottom: 0.625rem; color: var(--color-text); } @@ -103,7 +103,7 @@ font-size: 1.125rem; /* text-lg */ font-weight: 600; line-height: 1.4; - margin-top: 1rem; + margin-top: 2rem; margin-bottom: 0.5rem; color: var(--color-text); } @@ -111,7 +111,7 @@ font-size: 1rem; /* text-base */ font-weight: 600; line-height: 1.4; - margin-top: 1rem; + margin-top: 2rem; margin-bottom: 0.5rem; color: var(--color-text); }