updating block timeline to handle illustration size format

This commit is contained in:
Antoine M 2023-11-27 10:10:30 +01:00
parent 57021b5266
commit 818cf73e02

View File

@ -32,6 +32,12 @@
max-height: 450px;
}
}
&--illustration {
img {
@apply w-full;
max-height: 450px;
}
}
}
&--has-lateral-cover {