diff --git a/src/components/Evenement.astro b/src/components/Evenement.astro index b8c10cd..fa2339d 100644 --- a/src/components/Evenement.astro +++ b/src/components/Evenement.astro @@ -43,7 +43,7 @@ const { evenement } = Astro.props; font-weight: 700; font-size:20px; - a { + & a { text-decoration: underline orange; color: rgb(17,17,17); } @@ -54,7 +54,7 @@ const { evenement } = Astro.props; flex-grow: 0; } - img { + & img { width: 100%; }