0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

fix: image spacing

This commit is contained in:
Nate Moore 2021-06-08 14:22:24 -05:00
parent 99cda26a60
commit 697e9e5aca

View file

@ -25,7 +25,7 @@ export let heroImage: string;
<style> <style>
.hero-image { .hero-image {
width: 100%; width: 100%;
object-fit: cover; margin-top: 2rem;
margin-bottom: 4rem; margin-bottom: 4rem;
} }
.content { .content {