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:
parent
99cda26a60
commit
697e9e5aca
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue