diff --git a/src/components/AboutSection.astro b/src/components/AboutSection.astro index c6054a3..d519432 100644 --- a/src/components/AboutSection.astro +++ b/src/components/AboutSection.astro @@ -43,6 +43,7 @@ const { about } = Astro.props; p { max-width: 60ch; + line-height: 1.5; } .image-container { padding: 2rem; diff --git a/src/components/MainSection.astro b/src/components/MainSection.astro index 41a6a16..3448242 100644 --- a/src/components/MainSection.astro +++ b/src/components/MainSection.astro @@ -42,6 +42,7 @@ const { main } = Astro.props; p { margin-top: 2rem; max-width: 50ch; + line-height: 1.5; } h2.heading-light { diff --git a/src/components/ui/ProjectCard.astro b/src/components/ui/ProjectCard.astro index 564355b..3fc51d1 100644 --- a/src/components/ui/ProjectCard.astro +++ b/src/components/ui/ProjectCard.astro @@ -20,7 +20,7 @@ const { post } = Astro.props; }) }

-

{post.title}

+

{post.title}

{post.author}

diff --git a/src/components/ui/YouTubeEmbed.astro b/src/components/ui/YouTubeEmbed.astro index 562093c..98f9579 100644 --- a/src/components/ui/YouTubeEmbed.astro +++ b/src/components/ui/YouTubeEmbed.astro @@ -7,7 +7,8 @@ const { videoId, width = 560, height = 315 } = Astro.props;