summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/src/components/BlogPost.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/components/BlogPost.astro b/www/src/components/BlogPost.astro
index 77fa75f3f..aa586b981 100644
--- a/www/src/components/BlogPost.astro
+++ b/www/src/components/BlogPost.astro
@@ -25,7 +25,7 @@ export let heroImage: string;
<style>
.hero-image {
width: 100%;
- object-fit: cover;
+ margin-top: 2rem;
margin-bottom: 4rem;
}
.content {