fix: CSS issue on webkit

main
Jalil Arfaoui 2024-01-15 23:24:46 +01:00
parent 0f69f07e2b
commit cb5660ed19
1 changed files with 2 additions and 2 deletions

View File

@ -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%;
}