diff options
author | 2021-06-08 14:22:24 -0500 | |
---|---|---|
committer | 2021-06-08 14:28:24 -0500 | |
commit | 697e9e5acaa31adcc54fc331df318d42908f98d3 (patch) | |
tree | 815747513822f8db42e57b953e955630dd192f55 /www/src/components/BlogPost.astro | |
parent | 99cda26a60bf63f59ba76f0db84736b0f61aea85 (diff) | |
download | astro-697e9e5acaa31adcc54fc331df318d42908f98d3.tar.gz astro-697e9e5acaa31adcc54fc331df318d42908f98d3.tar.zst astro-697e9e5acaa31adcc54fc331df318d42908f98d3.zip |
fix: image spacing
Diffstat (limited to '')
-rw-r--r-- | www/src/components/BlogPost.astro | 2 |
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 { |