diff --git a/src/pages/index.astro b/src/pages/index.astro index 3d4b6ca..27cf20d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,7 +16,7 @@ const permalink = Astro.site.href;
- Illustration of person reading a book + Illustration of person reading a book

Illustration by @@ -53,9 +53,13 @@ const permalink = Astro.site.href; font-size: 1.4em; } - .home-image-container { + .hero-image-container { margin: 0 1em; text-align: center; + } + + .hero-image-container picture { + display: block; min-height: 250px; }