fix: CSS issue on webkit
parent
0f69f07e2b
commit
cb5660ed19
|
@ -43,7 +43,7 @@ const { evenement } = Astro.props;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
|
|
||||||
a {
|
& a {
|
||||||
text-decoration: underline orange;
|
text-decoration: underline orange;
|
||||||
color: rgb(17,17,17);
|
color: rgb(17,17,17);
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,7 @@ const { evenement } = Astro.props;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
& img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue